Searched refs:pu_wd (Results 1 - 5 of 5) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_inter_pred.c127 WORD32 pu_wd, pu_ht; local
222 pu_wd = (ps_pu->b4_wd + 1) << 2;
411 pu_wd : ref_strd;
414 func_wd = pu_wd >> clr_indx;
424 func_src_strd = pu_wd;
430 pu_wd : ref_strd;
432 func_wd = pu_wd >> clr_indx;
453 pu_wd : ref_strd;
456 func_wd = pu_wd >> clr_indx;
466 func_src_strd = pu_wd;
[all...]
H A Dihevcd_get_mv.c123 WORD32 num_pu_per_ctb, pu_wd, pu_ht, pu_cnt; local
276 pu_wd = (ps_pu->b4_wd + 1) << 2;
279 pu_wd_single_mcl = pu_wd;
418 if(((ps_pu->b3_part_mode == PART_2NxN) && (pu_wd == 8))
449 trans_in_min_tu = pu_wd / MIN_PU_SIZE;
472 for(col = 0; col < pu_wd / MIN_PU_SIZE; col++)
H A Dihevcd_boundary_strength.c721 WORD32 pu_wd, pu_ht; local
730 pu_wd = (ps_pu->b4_wd + 1);
733 end_pos_x = start_pos_x + pu_wd;
756 u4_bs = DUP_LSB_10(pu_wd);
901 pu_wd -= min_pu_wd;
903 }while(pu_wd > 0);
906 pu_wd = ps_pu->b4_wd + 1;
H A Dihevcd_process_slice.c724 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2; local
729 for(col = 0; col < pu_wd / MIN_PU_SIZE; col++)
H A Dihevcd_parse_slice.c3131 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2; local
3136 for(col = 0; col < pu_wd / MIN_PU_SIZE; col++)

Completed in 231 milliseconds