Lines Matching refs:h264dsp
631 idct_add = h->h264dsp.h264_add_pixels8_clear;
633 idct_dc_add = h->h264dsp.h264_idct8_dc_add;
634 idct_add = h->h264dsp.h264_idct8_add;
661 idct_add = h->h264dsp.h264_add_pixels4_clear;
663 idct_dc_add = h->h264dsp.h264_idct_dc_add;
664 idct_add = h->h264dsp.h264_idct_add;
707 h->h264dsp.h264_luma_dc_dequant_idct(sl->mb + (p * 256 << pixel_shift),
751 h->h264dsp.h264_add_pixels4_clear(dest_y + block_offset[i],
756 h->h264dsp.h264_idct_add16intra(dest_y, block_offset,
764 idct_add = IS_8x8DCT(mb_type) ? h->h264dsp.h264_add_pixels8_clear
765 : h->h264dsp.h264_add_pixels4_clear;
773 h->h264dsp.h264_idct8_add4(dest_y, block_offset,
778 h->h264dsp.h264_idct_add16(dest_y, block_offset,