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

/external/libavc/encoder/
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 170 milliseconds