Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_cu_recursion.c496 ps_nbr_4x4->b2_cu_depth = cu_depth; in ihevce_store_cu_results()
2394 left_cu_depth = ps_ctxt->as_left_col_nbr[pos_y_4x4].b2_cu_depth; in ihevce_cu_recurse_decide()
2400 left_cu_depth = ps_ctxt->as_ctb_nbr_arr[cur_4x4_in_ctb - 1].b2_cu_depth; in ihevce_cu_recurse_decide()
2419 ps_ctxt->ps_top_row_nbr[(i4_ctb_x_off >> 2) + pos_x_4x4].b2_cu_depth; in ihevce_cu_recurse_decide()
2425 top_cu_depth = ps_ctxt->as_ctb_nbr_arr[cur_4x4_in_ctb - num_4x4_in_ctb].b2_cu_depth; in ihevce_cu_recurse_decide()
Dihevce_enc_structs.h332 UWORD16 b2_cu_depth : 2; member