Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c1649 WORD32 x0_frm, in ihevce_encode_coding_quadtree() argument
1684 left_avail = (x0_frm & (ctb_size - 1)) ? 1 : ps_ctb->s_ctb_nbr_avail_flags.u1_left_avail; in ihevce_encode_coding_quadtree()
1695 if(((x0_frm + (1 << log2_cb_size)) <= pic_width) && in ihevce_encode_coding_quadtree()
1705 ctxt_inc += (pu1_cu_depth_top[x0_frm >> 3] > ct_depth); in ihevce_encode_coding_quadtree()
1728 AEV_TRACE("split_cu_flag : X0", (x0_frm >> 6) << 6, ps_cabac->u4_range); in ihevce_encode_coding_quadtree()
1761 WORD32 x1_frm = x0_frm + ((1 << log2_cb_size) >> 1); in ihevce_encode_coding_quadtree()
1766 … ps_entropy_ctxt, x0_frm, y0_frm, log2_cb_size - 1, ct_depth + 1, ps_ctb, ps_tile_params); in ihevce_encode_coding_quadtree()
1785 x0_frm, in ihevce_encode_coding_quadtree()
1853 pu1_cu_depth_top[(x0_frm >> 3) + i] = ct_depth; in ihevce_encode_coding_quadtree()
1916 WORD32 x0_frm, y0_frm; in ihevce_encode_slice_data() local
[all …]
Dihevce_enc_cu_recursion.c2314 WORD32 x0_frm = i4_ctb_x_off + (ps_cu_tree_analyse->b3_cu_pos_x << 3); in ihevce_cu_recurse_decide() local
2374 if(((x0_frm + cu_size) <= pic_wd) && ((y0_frm + cu_size) <= pic_ht) && in ihevce_cu_recurse_decide()