Searched refs:u4_mb_x (Results 1 - 3 of 3) sorted by relevance

/external/libmpeg2/decoder/
H A Dimpeg2d_debug.c444 void impeg2d_trace_mb_start(UWORD32 u4_mb_x, UWORD32 u4_mb_y) argument
448 if(u4_frm_num == u4_debug_frm && u4_mb_x == u4_debug_mb_x && u4_mb_y == u4_debug_mb_y)
/external/libavc/decoder/
H A Dih264d_mb_utils.c1223 const UWORD32 u4_mb_x = ps_cur_mb_info->u2_mbx; local
1226 ps_curmb = ps_dec->ps_cur_mb_row + (u4_mb_x << 1) + uc_botMb;
1256 ps_top_mb = ps_dec->ps_top_mb_row + (u4_mb_x << 1) + 1;
1309 + (u4_mb_x << 1) + 1;
H A Dih264d_process_pslice.c452 UWORD32 u4_mb_x, u4_mb_y; local

Completed in 222 milliseconds