Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_encode_header.c640 …PUT_BITS(ps_bitstrm, ps_pps->u1_entropy_coding_mode_flag, 1, return_status, "Entropy coding : 0-VL… in ih264e_generate_pps()
994 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_slice_hdr->u1_slice_type != ISLICE && in ih264e_generate_slice_header()
1324 ps_pps->u1_entropy_coding_mode_flag = ps_cfg->u4_entropy_coding_mode; in ih264e_populate_pps()
1555 ps_slice_hdr->u1_entropy_coding_mode_flag = ps_entropy->u1_entropy_coding_mode_flag; in ih264e_populate_slice_header()
1557 if (ps_slice_hdr->u1_entropy_coding_mode_flag && ps_proc->i4_slice_type != ISLICE && in ih264e_populate_slice_header()
Dih264e_process.c447 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
501 [ps_entropy->u1_entropy_coding_mode_flag][i4_slice_type](ps_entropy); in ih264e_entropy()
513 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
538 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
574 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
583 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag in ih264e_entropy()
606 if (CABAC == ps_entropy->u1_entropy_coding_mode_flag in ih264e_entropy()
616 if (CAVLC == ps_entropy->u1_entropy_coding_mode_flag) in ih264e_entropy()
Dih264e_structs.h1054 WORD8 u1_entropy_coding_mode_flag; member
Dih264e_utils.c2075 ps_entropy->u1_entropy_coding_mode_flag = in ih264e_pic_init()
/external/libavc/encoder/svc/
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()
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()
Disvce_structs.h611 WORD8 u1_entropy_coding_mode_flag; member
Disvce_utils.c2393 ps_entropy->u1_entropy_coding_mode_flag = in isvce_svc_layer_pic_init()
/external/libavc/common/
Dih264_structs.h1066 UWORD8 u1_entropy_coding_mode_flag; member
1400 WORD8 u1_entropy_coding_mode_flag; member