Searched refs:pu_wd (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_inter_pred.c | 127 WORD32 pu_wd, pu_ht; in ihevcd_inter_pred_ctb() local 222 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_inter_pred_ctb() 411 pu_wd : ref_strd; in ihevcd_inter_pred_ctb() 414 func_wd = pu_wd >> clr_indx; in ihevcd_inter_pred_ctb() 424 func_src_strd = pu_wd; in ihevcd_inter_pred_ctb() 430 pu_wd : ref_strd; in ihevcd_inter_pred_ctb() 432 func_wd = pu_wd >> clr_indx; in ihevcd_inter_pred_ctb() 453 pu_wd : ref_strd; in ihevcd_inter_pred_ctb() 456 func_wd = pu_wd >> clr_indx; in ihevcd_inter_pred_ctb() 466 func_src_strd = pu_wd; in ihevcd_inter_pred_ctb() [all …]
|
D | ihevcd_get_mv.c | 123 WORD32 num_pu_per_ctb, pu_wd, pu_ht, pu_cnt; in ihevcd_get_mv_ctb() local 276 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_get_mv_ctb() 279 pu_wd_single_mcl = pu_wd; in ihevcd_get_mv_ctb() 418 if(((ps_pu->b3_part_mode == PART_2NxN) && (pu_wd == 8)) in ihevcd_get_mv_ctb() 449 trans_in_min_tu = pu_wd / MIN_PU_SIZE; in ihevcd_get_mv_ctb() 472 for(col = 0; col < pu_wd / MIN_PU_SIZE; col++) in ihevcd_get_mv_ctb()
|
D | ihevcd_boundary_strength.c | 721 WORD32 pu_wd, pu_ht; in ihevcd_ctb_boundary_strength_pbslice() local 730 pu_wd = (ps_pu->b4_wd + 1); in ihevcd_ctb_boundary_strength_pbslice() 733 end_pos_x = start_pos_x + pu_wd; in ihevcd_ctb_boundary_strength_pbslice() 756 u4_bs = DUP_LSB_10(pu_wd); in ihevcd_ctb_boundary_strength_pbslice() 901 pu_wd -= min_pu_wd; in ihevcd_ctb_boundary_strength_pbslice() 903 }while(pu_wd > 0); in ihevcd_ctb_boundary_strength_pbslice() 906 pu_wd = ps_pu->b4_wd + 1; in ihevcd_ctb_boundary_strength_pbslice()
|
D | ihevcd_process_slice.c | 724 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_process() local 729 for(col = 0; col < pu_wd / MIN_PU_SIZE; col++) in ihevcd_process()
|
D | ihevcd_parse_slice.c | 3131 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevcd_parse_slice_data() local 3136 for(col = 0; col < pu_wd / MIN_PU_SIZE; col++) in ihevcd_parse_slice_data()
|
/external/libhevc/encoder/ |
D | ihevce_inter_pred.c | 385 WORD32 pu_wd = (ps_pu->b4_wd + 1) << 2; in ihevce_luma_inter_pred_pu() local 417 ASSERT(dst_stride >= pu_wd); in ihevce_luma_inter_pred_pu() 514 if((frm_x_ofst < min_x) || (frm_x_ofst + pu_wd) > max_x) in ihevce_luma_inter_pred_pu() 540 pu_wd, in ihevce_luma_inter_pred_pu() 543 pu_wd, in ihevce_luma_inter_pred_pu() 558 pu_wd, in ihevce_luma_inter_pred_pu() 625 if((frm_x_ofst < min_x) || (frm_x_ofst + pu_wd) > max_x) in ihevce_luma_inter_pred_pu() 651 pu_wd, in ihevce_luma_inter_pred_pu() 654 pu_wd, in ihevce_luma_inter_pred_pu() 669 pu_wd, in ihevce_luma_inter_pred_pu() [all …]
|
D | ihevce_bs_compute_ctb.c | 433 WORD32 pu_wd = (ps_pu->b4_wd) + 1; in ihevce_bs_compute_cu() local 483 pu_dim = pu_wd; in ihevce_bs_compute_cu()
|