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