Home
last modified time | relevance | path

Searched refs:b4_pos_y (Results 1 – 12 of 12) sorted by relevance

/external/libavc/encoder/
Dih264e_mc.c236 + 4 * ps_curr_pu->b4_pos_y * i4_pred_strd in ih264e_motion_comp_luma()
366 + 4 * ps_curr_pu->b4_pos_y * i4_pred_strd in ih264e_motion_comp_chroma()
428 + 4 * ps_curr_pu->b4_pos_y * i4_pred_strd in ih264e_motion_comp_chroma()
Dih264e_structs.h254 UWORD32 b4_pos_y : 4; member
Dih264e_me.c1074 ps_proc->ps_pu->b4_pos_y = 0; in ih264e_compute_me_single_reflist()
2115 ps_proc->ps_pu->b4_pos_y = 0; in ih264e_compute_me_multi_reflist()
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c364 cur_y = ps_tu->b4_pos_y; in ihevcd_get_intra_nbr_flag()
504 - (ps_tu->b4_pos_y * MIN_TU_SIZE) in ihevcd_get_intra_nbr_flag()
694 tu_y = ps_tu->b4_pos_y * 4; /* Converting minTU unit to pixel unit */ in ihevcd_iquant_itrans_recon_ctb()
964 … luma_nbr_flags_4x4[(ps_tu->b4_pos_x % 2) + (ps_tu->b4_pos_y % 2) * 2] = luma_nbr_flags; in ihevcd_iquant_itrans_recon_ctb()
966 if((ps_tu->b4_pos_x % 2 == 0) && (ps_tu->b4_pos_y % 2 == 0)) in ihevcd_iquant_itrans_recon_ctb()
1158 au4_intra_nbr_avail[1 + ps_tu->b4_pos_y + i] |= in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_boundary_strength.c305 start_pos_y = ps_tu->b4_pos_y; in ihevcd_ctb_boundary_strength_islice()
573 start_pos_y = ps_tu->b4_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
728 start_pos_y = ps_pu->b4_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
790 ngbr_end_pos_y = ps_ngbr_pu->b4_pos_y + pu_ngbr_ht; in ihevcd_ctb_boundary_strength_pbslice()
839 start_pos_y = ps_pu->b4_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_parse_slice.c274 ps_tu->b4_pos_y = ((y0 - ctb_y_base) >> 2); in ihevcd_parse_transform_tree()
399 (ps_codec->s_parse.s_cu.i4_pos_y << 3) == (ps_tu->b4_pos_y << 2)) in ihevcd_parse_transform_tree()
841 ps_pu->b4_pos_y = (y0 - ctb_y_base) >> 2; in ihevcd_parse_prediction_unit()
985 ps_pu->b4_pos_y = (y0 - ctb_y_base) >> 2; in ihevcd_parse_coding_unit_intra()
1022 ps_tu->b4_pos_y = ((y0 - ctb_y_base) >> 2); in ihevcd_parse_coding_unit_intra()
1032 (ps_codec->s_parse.s_cu.i4_pos_y << 3) == (ps_tu->b4_pos_y << 2)) in ihevcd_parse_coding_unit_intra()
1334 ps_tu->b4_pos_y = ((y0 - ctb_y_base) >> 2); in ihevcd_parse_coding_unit()
1344 (ps_codec->s_parse.s_cu.i4_pos_y << 3) == (ps_tu->b4_pos_y << 2)) in ihevcd_parse_coding_unit()
1628 ps_tu->b4_pos_y = ((y0 - ctb_y_base) >> 2); in ihevcd_parse_coding_unit()
1638 … (ps_codec->s_parse.s_cu.i4_pos_y << 3) == (ps_tu->b4_pos_y << 2)) in ihevcd_parse_coding_unit()
[all …]
Dihevcd_get_mv.c282 pu_y_in_4x4 = ps_pu->b4_pos_y; in ihevcd_get_mv_ctb()
Dihevcd_mv_pred.c419 part_pos_y = ps_pu->b4_pos_y << 2; in ihevcd_mv_pred()
Dihevcd_inter_pred.c220 pu_y = (ps_proc->i4_ctb_y << ps_sps->i1_log2_ctb_size) + (ps_pu->b4_pos_y << 2); in ihevcd_inter_pred_ctb()
Dihevcd_mv_merge.c165 part_pos_y = ps_pu->b4_pos_y << 2; in ihevcd_collocated_mvp()
Dihevcd_process_slice.c737 + (1 + ps_pu->b4_pos_y + row) in ihevcd_process()
/external/libhevc/common/
Dihevc_structs.h1239 UWORD32 b4_pos_y : 4; member
1316 UWORD32 b4_pos_y : 4; member