Searched refs:vert_ctr (Results 1 – 11 of 11) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_enc_subpel_gen.c | 136 WORD32 vert_ctr, in ihevce_subpel_padding() argument 150 if(vert_ctr == 0) in ihevce_subpel_padding() 158 if(vert_ctr == (i4_num_ctbs_vert - 1)) in ihevce_subpel_padding() 211 WORD32 vert_ctr, in ihevce_pad_interp_recon_ctb() argument 225 (vert_ctr * ctb_size * ps_pad_interp_recon->i4_luma_recon_stride) + in ihevce_pad_interp_recon_ctb() 228 (vert_ctr * ctb_size * ps_pad_interp_recon->i4_luma_recon_stride) + in ihevce_pad_interp_recon_ctb() 231 (vert_ctr * ctb_size * ps_pad_interp_recon->i4_luma_recon_stride) + in ihevce_pad_interp_recon_ctb() 247 pu1_src = (UWORD8 *)ps_pad_interp_recon->pu1_luma_recon + (vert_ctr * ctb_size * stride) + in ihevce_pad_interp_recon_ctb() 255 (vert_ctr * (ctb_size >> (0 == u1_is_422)) * stride_uv) + (ctb_ctr * ctb_size); in ihevce_pad_interp_recon_ctb() 277 if(vert_ctr == (ps_frm_ctb_prms->i4_num_ctbs_vert - 1)) in ihevce_pad_interp_recon_ctb() [all …]
|
D | ihevce_enc_subpel_gen.h | 75 WORD32 vert_ctr, 82 WORD32 vert_ctr, 92 WORD32 vert_ctr, 99 WORD32 vert_ctr,
|
D | ihevce_enc_loop_pass.c | 1719 WORD32 vert_ctr, in ihevce_enc_loop_process_row() argument 1759 aux_check_dep_pos = vert_ctr; in ihevce_enc_loop_process_row() 1761 if(vert_ctr > 0) in ihevce_enc_loop_process_row() 1763 dblk_check_dep_pos = vert_ctr - 1; in ihevce_enc_loop_process_row() 1774 if(vert_ctr > 1) in ihevce_enc_loop_process_row() 1776 sao_check_dep_pos = vert_ctr - 2; in ihevce_enc_loop_process_row() 1787 last_ctb_row_flag = (vert_ctr == (ps_frm_ctb_prms->i4_num_ctbs_vert - 1)); in ihevce_enc_loop_process_row() 1911 vert_ctr, in ihevce_enc_loop_process_row() 1976 vert_ctr, in ihevce_enc_loop_process_row() 1981 ps_ctxt->s_mc_ctxt.i4_ctb_frm_pos_y = vert_ctr * ctb_size; in ihevce_enc_loop_process_row() [all …]
|
D | ihevce_ipe_pass.c | 1089 WORD32 vert_ctr; in ihevce_ipe_process() local 1103 vert_ctr = -1; in ihevce_ipe_process() 1111 vert_ctr = ps_job->s_job_info.s_ipe_job_info.i4_ctb_row_no; in ihevce_ipe_process() 1115 ps_ctxt->u2_ctb_row_num = vert_ctr; in ihevce_ipe_process() 1121 pu1_tmp += (vert_ctr * ps_frm_ctb_prms->i4_ctb_size * ps_inp->i4_y_strd); in ihevce_ipe_process() 1127 pu1_tmp += (vert_ctr * (ps_frm_ctb_prms->i4_ctb_size >> 1) * ps_inp->i4_uv_strd); in ihevce_ipe_process() 1132 ps_ipe_ctb_out_row = ps_ipe_ctb_out + vert_ctr * ps_frm_ctb_prms->i4_num_ctbs_horz; in ihevce_ipe_process() 1135 ps_ctb_out_row = ps_ctb_out + vert_ctr * ps_frm_ctb_prms->i4_num_ctbs_horz; in ihevce_ipe_process() 1139 ps_ed_pic_l1 + ps_frm_ctb_prms->i4_num_ctbs_horz * blk_inc_ctb_l1 * vert_ctr; in ihevce_ipe_process() 1141 ps_ed_pic_l2 + ps_frm_ctb_prms->i4_num_ctbs_horz * blk_inc_ctb_l2 * vert_ctr; in ihevce_ipe_process() [all …]
|
D | ihevce_deblk.c | 119 WORD32 vert_ctr, in ihevce_deblk_populate_qp_map() argument 156 if(vert_ctr) /*Not first CTB row of frame*/ in ihevce_deblk_populate_qp_map() 161 (pi1_qp_top_4x4_ctb_row + (vert_ctr - 1) * u4_qp_top_4x4_buf_strd + tile_qp_offset), in ihevce_deblk_populate_qp_map() 184 vert_ctr, in ihevce_deblk_populate_qp_map() 250 (pi1_qp_top_4x4_ctb_row + vert_ctr * u4_qp_top_4x4_buf_strd + tile_qp_offset), in ihevce_deblk_populate_qp_map()
|
D | ihevce_deblk.h | 71 WORD32 vert_ctr,
|
D | ihevce_tile_interface.h | 73 WORD32 vert_ctr,
|
D | ihevce_bs_compute_ctb.h | 140 WORD32 vert_ctr);
|
D | ihevce_decomp_pre_intra_pass.c | 1489 WORD32 vert_ctr, ctb_ctr, i; in ihevce_decomp_pre_intra_process() local 1496 for(vert_ctr = 0; vert_ctr < vert_ctr_blks; vert_ctr++) in ihevce_decomp_pre_intra_process() 1499 ps_ctxt->ps_ed_ctb_l1 + vert_ctr * ps_frm_ctb_prms->i4_num_ctbs_horz; in ihevce_decomp_pre_intra_process() 2027 WORD32 ctb_ctr, vert_ctr; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit() local 2068 for(vert_ctr = 0; vert_ctr < v_ctb_cnt; vert_ctr++) in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit() 2071 ps_ed_ctb_pic_l1 + vert_ctr * ps_frm_ctb_prms->i4_num_ctbs_horz; in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit() 2072 ihevce_ed_blk_t *ps_ed = ps_ed_blk_l1 + (vert_ctr * sub_blk_cnt * h_ctb_cnt); in ihevce_decomp_pre_intra_curr_frame_pre_intra_deinit()
|
D | ihevce_tile_interface.c | 592 WORD32 vert_ctr, in update_last_coded_cu_qp() argument 600 vert_ctr * ps_frm_ctb_prms->i4_tile_id_ctb_map_stride + ctb_ctr; in update_last_coded_cu_qp()
|
D | ihevce_bs_compute_ctb.c | 133 WORD32 vert_ctr) in ihevce_bs_init_ctb() argument 146 vert_ctr * ps_frm_ctb_prms->i4_tile_id_ctb_map_stride + ctb_ctr; in ihevce_bs_init_ctb()
|