Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_rdo.c631 UWORD32 u4_skip_left_flags = ps_best_cu_entropy->u4_skip_cu_left; in ihevce_entropy_update_best_cu_states() local
645 SET_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_entropy_update_best_cu_states()
650 CLEAR_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_entropy_update_best_cu_states()
655 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].u4_skip_cu_left = u4_skip_left_flags; in ihevce_entropy_update_best_cu_states()
Dihevce_cabac_cu_pu.c331 UWORD32 u4_skip_left_flags = ps_entropy_ctxt->u4_skip_cu_left; in ihevce_cabac_encode_skip_flag() local
346 EXTRACT_BIT(val, u4_skip_left_flags, y_pos); in ihevce_cabac_encode_skip_flag()
369 SET_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_cabac_encode_skip_flag()
374 CLEAR_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_cabac_encode_skip_flag()
377 ps_entropy_ctxt->u4_skip_cu_left = u4_skip_left_flags; in ihevce_cabac_encode_skip_flag()