Lines Matching refs:idct_add
622 void (*idct_add)(uint8_t *dst, int16_t *block, int stride);
631 idct_add = h->h264dsp.h264_add_pixels8_clear;
634 idct_add = h->h264dsp.h264_idct8_add;
654 idct_add(ptr, sl->mb + (i * 16 + p * 256 << pixel_shift), linesize);
661 idct_add = h->h264dsp.h264_add_pixels4_clear;
664 idct_add = h->h264dsp.h264_idct_add;
698 idct_add(ptr, sl->mb + (i * 16 + p * 256 << pixel_shift), linesize);
735 void (*idct_add)(uint8_t *dst, int16_t *block, int stride);
764 idct_add = IS_8x8DCT(mb_type) ? h->h264dsp.h264_add_pixels8_clear
768 idct_add(dest_y + block_offset[i],