Home
last modified time | relevance | path

Searched refs:i4_offset_x (Results 1 – 2 of 2) sorted by relevance

/external/libavc/encoder/
Dih264e_core_coding.c309 WORD32 i4_offset_x, i4_offset_y; in ih264e_luma_16x16_idctrans_iquant_itrans_recon() local
364 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
367 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
368 pu1_cur_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
389 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
391 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
392 pu1_cur_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
409 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
411 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
412 pu1_cur_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd; in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
[all …]
Dih264e_core_coding.h91 #define IND2SUB_LUMA_MB(u4_blk_id,i4_offset_x,i4_offset_y) \ argument
93 i4_offset_x = (u4_blk_id % 4) << 2; \
97 #define IND2SUB_CHROMA_MB(u4_blk_id,i4_offset_x,i4_offset_y) \ argument
99 i4_offset_x = ((u4_blk_id & 0x1 ) << 3) + (u4_blk_id > 3); \