Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c1909 WORD32 i4_curr_ctb_x, i4_curr_ctb_y; in ihevce_encode_slice_data() local
2013 i4_curr_ctb_x = ps_entropy_ctxt->i4_ctb_x; in ihevce_encode_slice_data()
2030 memcpy(au1_cu_depth_top, &ps_entropy_ctxt->pu1_cu_depth_top[i4_curr_ctb_x * 8], 8); in ihevce_encode_slice_data()
2034 u1_skip_cu_top = *(ps_entropy_ctxt->pu1_skip_cu_top + i4_curr_ctb_x); in ihevce_encode_slice_data()
2172 i4_curr_ctb_x, 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()
2187 *(ps_entropy_ctxt->pu1_skip_cu_top + i4_curr_ctb_x) = u1_skip_cu_top; in ihevce_encode_slice_data()
2199 ps_entropy_ctxt->i4_next_slice_seg_x = i4_curr_ctb_x; in ihevce_encode_slice_data()