comparison dsputil.h @ 8233:ababfa151ced libavcodec

enable RV40 decoder
author kostya
date Mon, 01 Dec 2008 06:40:36 +0000
parents 520a6e56b8c0
children 800444234375
comparison
equal deleted inserted replaced
8232:520a6e56b8c0 8233:ababfa151ced
482 * Calculate scalar product of two vectors. 482 * Calculate scalar product of two vectors.
483 * @param len length of vectors, should be multiple of 16 483 * @param len length of vectors, should be multiple of 16
484 * @param shift number of bits to discard from product 484 * @param shift number of bits to discard from product
485 */ 485 */
486 int32_t (*scalarproduct_int16)(int16_t *v1, int16_t *v2/*align 16*/, int len, int shift); 486 int32_t (*scalarproduct_int16)(int16_t *v1, int16_t *v2/*align 16*/, int len, int shift);
487
488 /* rv30 functions */
489 qpel_mc_func put_rv30_tpel_pixels_tab[4][16];
490 qpel_mc_func avg_rv30_tpel_pixels_tab[4][16];
487 491
488 /* rv40 functions */ 492 /* rv40 functions */
489 qpel_mc_func put_rv40_qpel_pixels_tab[4][16]; 493 qpel_mc_func put_rv40_qpel_pixels_tab[4][16];
490 qpel_mc_func avg_rv40_qpel_pixels_tab[4][16]; 494 qpel_mc_func avg_rv40_qpel_pixels_tab[4][16];
491 h264_chroma_mc_func put_rv40_chroma_pixels_tab[3]; 495 h264_chroma_mc_func put_rv40_chroma_pixels_tab[3];