Home
last modified time | relevance | path

Searched refs:u1_skip_th (Results 1 – 3 of 3) sorted by relevance

/external/libavc/decoder/
Dih264d_thread_parse_decode.c210 WORD32 u1_skip_th; in ih264d_decode_recon_tfr_nmb_thread() local
221 u1_skip_th = ((u1_slice_type != I_SLICE) ? in ih264d_decode_recon_tfr_nmb_thread()
289 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th) in ih264d_decode_recon_tfr_nmb_thread()
349 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th) in ih264d_decode_recon_tfr_nmb_thread()
357 ps_cur_mb_info->u1_mb_type -= (u1_skip_th + 1); in ih264d_decode_recon_tfr_nmb_thread()
Dih264d_thread_compute_bs.c394 WORD32 u1_skip_th; in ih264d_recon_deblk_slice() local
505 u1_skip_th = ((u1_slice_type != I_SLICE) ? in ih264d_recon_deblk_slice()
592 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th) in ih264d_recon_deblk_slice()
600 ps_cur_mb_info->u1_mb_type -= (u1_skip_th + 1); in ih264d_recon_deblk_slice()
Dih264d_process_pslice.c346 const WORD32 u1_skip_th = ( in ih264d_decode_recon_tfr_nmb() local
363 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th) in ih264d_decode_recon_tfr_nmb()
425 if(ps_cur_mb_info->u1_mb_type <= u1_skip_th) in ih264d_decode_recon_tfr_nmb()
434 ps_cur_mb_info->u1_mb_type -= (u1_skip_th + 1); in ih264d_decode_recon_tfr_nmb()