Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_rdo.c177 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].u4_skip_cu_left = 0; in ihevce_entropy_rdo_frame_init()
178 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].u4_skip_cu_left = 0; in ihevce_entropy_rdo_frame_init()
631 UWORD32 u4_skip_left_flags = ps_best_cu_entropy->u4_skip_cu_left; in ihevce_entropy_update_best_cu_states()
654 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].u4_skip_cu_left = 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()
377 ps_entropy_ctxt->u4_skip_cu_left = u4_skip_left_flags; in ihevce_cabac_encode_skip_flag()
2007 UWORD32 u4_skip_cu_left = 0; in ihevce_encode_slice_data() local
2035 u4_skip_cu_left = ps_entropy_ctxt->u4_skip_cu_left; in ihevce_encode_slice_data()
2188 ps_entropy_ctxt->u4_skip_cu_left = u4_skip_cu_left; in ihevce_encode_slice_data()
Dihevce_entropy_structs.h156 UWORD32 u4_skip_cu_left; member
/external/libhevc/decoder/
Dihevcd_structs.h1023 UWORD32 u4_skip_cu_left; member
Dihevcd_parse_slice.c1177 UWORD32 u4_skip_left = ps_codec->s_parse.u4_skip_cu_left; in ihevcd_parse_coding_unit()
1306 u4_skip_left = ps_codec->s_parse.u4_skip_cu_left; in ihevcd_parse_coding_unit()
1318 ps_codec->s_parse.u4_skip_cu_left = u4_skip_left; in ihevcd_parse_coding_unit()