Home
last modified time | relevance | path

Searched refs:pu1_cu_depth_top (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c1674 UWORD8 *pu1_cu_depth_top = ps_entropy_ctxt->pu1_cu_depth_top; in ihevce_encode_coding_quadtree() local
1705 ctxt_inc += (pu1_cu_depth_top[x0_frm >> 3] > ct_depth); in ihevce_encode_coding_quadtree()
1853 pu1_cu_depth_top[(x0_frm >> 3) + i] = ct_depth; in ihevce_encode_coding_quadtree()
2030 memcpy(au1_cu_depth_top, &ps_entropy_ctxt->pu1_cu_depth_top[i4_curr_ctb_x * 8], 8); in ihevce_encode_slice_data()
2184 &ps_entropy_ctxt->pu1_cu_depth_top[i4_curr_ctb_x * 8], au1_cu_depth_top, 8); in ihevce_encode_slice_data()
Dihevce_entropy_structs.h147 UWORD8 *pu1_cu_depth_top; member
Dihevce_entropy_interface.c236 ps_entropy_ctxt->pu1_cu_depth_top = (UWORD8 *)ps_mem_tab[ENTROPY_TOP_CU_DEPTH].pv_base; in ihevce_entropy_init()