Searched refs:i4_offset_y (Results 1 - 2 of 2) sorted by relevance

/external/libavc/encoder/
H A Dih264e_core_coding.h91 #define IND2SUB_LUMA_MB(u4_blk_id,i4_offset_x,i4_offset_y) \
94 i4_offset_y = (u4_blk_id / 4) << 2; \
97 #define IND2SUB_CHROMA_MB(u4_blk_id,i4_offset_x,i4_offset_y) \
100 i4_offset_y = (u4_blk_id & 0x2) << 1; \
H A Dih264e_core_coding.c309 WORD32 i4_offset_x, i4_offset_y; local
364 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y);
367 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd;
368 pu1_cur_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd;
389 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y);
391 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd;
392 pu1_cur_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd;
409 IND2SUB_LUMA_MB(u4_blk_id, i4_offset_x, i4_offset_y);
411 pu1_cur_prd_blk = pu1_pred + i4_offset_x + i4_offset_y * pred_strd;
412 pu1_cur_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_str
633 WORD32 i4_offset_x, i4_offset_y; local
[all...]

Completed in 66 milliseconds