HomeSort by relevance Sort by last modified time
    Searched refs:u1_skip_th (Results 1 - 3 of 3) sorted by null

  /external/libavc/decoder/
ih264d_thread_parse_decode.c 210 WORD32 u1_skip_th; local
221 u1_skip_th = ((u1_slice_type != I_SLICE) ?
289 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th)
349 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th)
357 ps_cur_mb_info->u1_mb_type -= (u1_skip_th + 1);
ih264d_thread_compute_bs.c 394 WORD32 u1_skip_th; local
505 u1_skip_th = ((u1_slice_type != I_SLICE) ?
592 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th)
600 ps_cur_mb_info->u1_mb_type -= (u1_skip_th + 1);
ih264d_process_pslice.c 347 const WORD32 u1_skip_th = ( local
364 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th)
426 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th)
435 ps_cur_mb_info->u1_mb_type -= (u1_skip_th + 1);
    [all...]

Completed in 55 milliseconds