Home
last modified time | relevance | path

Searched refs:ps_deblk_prms (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_bs_compute_ctb.c130 deblk_bs_ctb_ctxt_t *ps_deblk_prms, in ihevce_bs_init_ctb() argument
138 UWORD32 *pu4_horz_bs = &ps_deblk_prms->au4_horz_bs[0]; in ihevce_bs_init_ctb()
140 UWORD32 *pu4_vert_bs = &ps_deblk_prms->au4_vert_bs[0]; in ihevce_bs_init_ctb()
151 ps_deblk_prms->u1_not_first_ctb_row_of_frame = (i4_top_ctb_tile_id != -1); in ihevce_bs_init_ctb()
152 ps_deblk_prms->u1_not_first_ctb_col_of_frame = (i4_left_ctb_tile_id != -1); in ihevce_bs_init_ctb()
224 deblk_bs_ctb_ctxt_t *ps_deblk_prms) in ihevce_bs_compute_cu() argument
249 UWORD32 *pu4_horz_bs = &ps_deblk_prms->au4_horz_bs[0]; in ihevce_bs_compute_cu()
251 UWORD32 *pu4_vert_bs = &ps_deblk_prms->au4_vert_bs[0]; in ihevce_bs_compute_cu()
257 if((ps_deblk_prms->u1_not_first_ctb_row_of_frame) && (0 == ps_cu_final->b3_cu_pos_y)) in ihevce_bs_compute_cu()
289 if((ps_deblk_prms->u1_not_first_ctb_col_of_frame) && (0 == ps_cu_final->b3_cu_pos_x)) in ihevce_bs_compute_cu()
[all …]
Dihevce_bs_compute_ctb.h137 deblk_bs_ctb_ctxt_t *ps_deblk_prms,
149 deblk_bs_ctb_ctxt_t *ps_deblk_prms);
152 deblk_bs_ctb_ctxt_t *ps_deblk_prms,