Home
last modified time | relevance | path

Searched refs:u1_num_pred_parts (Results 1 – 5 of 5) sorted by relevance

/external/libavc/decoder/
Dih264d_process_pslice.c137 ps_cur_mb_info->u1_num_pred_parts = 0; in ih264d_mv_pred_ref_tfr_nby2_pmb()
208 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_mv_pred_ref_tfr_nby2_pmb()
280 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_mv_pred_ref_tfr_nby2_pmb()
373 while(pred_cnt < ps_cur_mb_info->u1_num_pred_parts) in ih264d_decode_recon_tfr_nmb()
399 while(pred_cnt < ps_cur_mb_info->u1_num_pred_parts) in ih264d_decode_recon_tfr_nmb()
Dih264d_process_bslice.c273 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_decode_spatial_direct()
295 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_decode_spatial_direct()
367 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_decode_spatial_direct()
386 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_decode_spatial_direct()
403 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_decode_spatial_direct()
423 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_decode_spatial_direct()
490 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_decode_spatial_direct()
508 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_decode_spatial_direct()
858 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_decode_temporal_direct()
875 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_decode_temporal_direct()
Dih264d_thread_parse_decode.c298 while(pred_cnt < ps_cur_mb_info->u1_num_pred_parts) in ih264d_decode_recon_tfr_nmb_thread()
322 while(pred_cnt < ps_cur_mb_info->u1_num_pred_parts) in ih264d_decode_recon_tfr_nmb_thread()
Dih264d_parse_bslice.c952 ps_cur_mb_info->u1_num_pred_parts = 0; in ih264d_mv_pred_ref_tfr_nby2_bmb()
1146 ps_cur_mb_info->u1_num_pred_parts++; in ih264d_mv_pred_ref_tfr_nby2_bmb()
Dih264d_structs.h463 UWORD8 u1_num_pred_parts; member