Lines Matching refs:block_offset
618 const int *block_offset, in hl_decode_mb_predict_luma() argument
626 block_offset += 16 * p; in hl_decode_mb_predict_luma()
637 uint8_t *const ptr = dest_y + block_offset[i]; in hl_decode_mb_predict_luma()
667 uint8_t *const ptr = dest_y + block_offset[i]; in hl_decode_mb_predict_luma()
678 av_assert2(sl->mb_y || linesize <= block_offset[i]); in hl_decode_mb_predict_luma()
731 const int *block_offset, in hl_decode_mb_idct_luma() argument
737 block_offset += 16 * p; in hl_decode_mb_idct_luma()
744 h->hpc.pred16x16_add[sl->intra16x16_pred_mode](dest_y, block_offset, in hl_decode_mb_idct_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()
768 idct_add(dest_y + block_offset[i], 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()