Home
last modified time | relevance | path

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

/aosp_15_r20/external/libavc/encoder/
H A Dih264e_encode_header.c645 …PUT_BITS(ps_bitstrm, ps_pps->u1_entropy_coding_mode_flag, 1, return_status, "Entropy coding : 0-VL… in ih264e_generate_pps()
999 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_slice_hdr->u1_slice_type != ISLICE && in ih264e_generate_slice_header()
1334 ps_pps->u1_entropy_coding_mode_flag = ps_cfg->u4_entropy_coding_mode; in ih264e_populate_pps()
1566 ps_slice_hdr->u1_entropy_coding_mode_flag = ps_entropy->u1_entropy_coding_mode_flag; in ih264e_populate_slice_header()
1568 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_proc->i4_slice_type != ISLICE && in ih264e_populate_slice_header()
H A Dih264e_process.c451 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
511 [ps_entropy->u1_entropy_coding_mode_flag][i4_slice_type](ps_entropy); in ih264e_entropy()
523 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
548 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
584 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
593 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag in ih264e_entropy()
616 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag in ih264e_entropy()
631 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
H A Dih264e_structs.h1052 WORD8 u1_entropy_coding_mode_flag; member
H A Dih264e_utils.c2099 ps_entropy->u1_entropy_coding_mode_flag = in ih264e_pic_init()
/aosp_15_r20/external/libavc/encoder/svc/
H A Disvce_encode_header.c325 PUT_BITS(ps_bitstrm, ps_pps->u1_entropy_coding_mode_flag, 1, return_status, in isvce_generate_pps()
671 if(ps_slice_hdr->u1_entropy_coding_mode_flag && u1_slice_type != ISLICE && in isvce_generate_slice_header()
990 ps_pps->u1_entropy_coding_mode_flag = in isvce_populate_pps()
1238 ps_slice_hdr->u1_entropy_coding_mode_flag = ps_entropy->u1_entropy_coding_mode_flag; in isvce_populate_slice_header()
1240 if(ps_slice_hdr->u1_entropy_coding_mode_flag && ps_proc->i4_slice_type != ISLICE && in isvce_populate_slice_header()
1735 if(ps_slice_hdr->u1_entropy_coding_mode_flag && u1_slice_type != ISLICE) in isvce_generate_slice_header_svc()
H A Disvce_process.c403 if(CABAC == ps_entropy->u1_entropy_coding_mode_flag) in isvce_update_rc_post_enc()
836 if(CABAC == ps_entropy->u1_entropy_coding_mode_flag) in isvce_entropy()
896 ps_codec->pf_write_mb_syntax_layer[ps_entropy->u1_entropy_coding_mode_flag] in isvce_entropy()
910 if(CABAC == ps_entropy->u1_entropy_coding_mode_flag) in isvce_entropy()
934 if(CAVLC == ps_entropy->u1_entropy_coding_mode_flag) in isvce_entropy()
992 if(CABAC == ps_entropy->u1_entropy_coding_mode_flag) in isvce_entropy()
1001 if(CABAC == ps_entropy->u1_entropy_coding_mode_flag && u4_mb_idx != u4_mb_cnt) in isvce_entropy()
1039 if(CABAC == ps_entropy->u1_entropy_coding_mode_flag && in isvce_entropy()
1048 if(CAVLC == ps_entropy->u1_entropy_coding_mode_flag) in isvce_entropy()
H A Disvce_structs.h623 WORD8 u1_entropy_coding_mode_flag; member
H A Disvce_utils.c2455 ps_entropy->u1_entropy_coding_mode_flag = in isvce_svc_layer_pic_init()
/aosp_15_r20/external/libavc/common/
H A Dih264_structs.h1072 UWORD8 u1_entropy_coding_mode_flag; member
1416 WORD8 u1_entropy_coding_mode_flag; member