Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_encode_header.c624 …PUT_BITS(ps_bitstrm, ps_pps->u1_entropy_coding_mode_flag, 1, return_status, "Entropy coding : 0-VL… in ih264e_generate_pps()
873 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_slice_hdr->u1_slice_type != ISLICE && in ih264e_generate_slice_header()
1203 ps_pps->u1_entropy_coding_mode_flag = ps_cfg->u4_entropy_coding_mode; in ih264e_populate_pps()
1434 ps_slice_hdr->u1_entropy_coding_mode_flag = ps_entropy->u1_entropy_coding_mode_flag; in ih264e_populate_slice_header()
1436 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_proc->i4_slice_type != ISLICE && in ih264e_populate_slice_header()
Dih264e_process.c395 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
448 …4_error_code |= ps_codec->pf_write_mb_syntax_layer[ps_entropy->u1_entropy_coding_mode_flag][i4_sli… in ih264e_entropy()
458 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
483 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
515 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
524 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag in ih264e_entropy()
549 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag in ih264e_entropy()
559 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
Dih264e_structs.h1017 WORD8 u1_entropy_coding_mode_flag; member
Dih264e_utils.c2056 ps_entropy->u1_entropy_coding_mode_flag = in ih264e_pic_init()
/external/libavc/common/
Dih264_structs.h1066 UWORD8 u1_entropy_coding_mode_flag; member
1400 WORD8 u1_entropy_coding_mode_flag; member