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.c343 …PUT_BITS(ps_bitstrm, ps_pps->u1_entropy_coding_mode_flag, 1, return_status, "Entropy coding : 0-VL… in ih264e_generate_pps()
592 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_slice_hdr->u1_slice_type != ISLICE && in ih264e_generate_slice_header()
867 ps_pps->u1_entropy_coding_mode_flag = ps_cfg->u4_entropy_coding_mode; in ih264e_populate_pps()
1098 ps_slice_hdr->u1_entropy_coding_mode_flag = ps_entropy->u1_entropy_coding_mode_flag; in ih264e_populate_slice_header()
1100 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_proc->i4_slice_type != ISLICE && in ih264e_populate_slice_header()
Dih264e_process.c394 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
447 …4_error_code |= ps_codec->pf_write_mb_syntax_layer[ps_entropy->u1_entropy_coding_mode_flag][i4_sli… in ih264e_entropy()
457 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
482 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
514 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
523 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag in ih264e_entropy()
548 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag in ih264e_entropy()
558 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
Dih264e_structs.h1014 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