Home
last modified time | relevance | path

Searched refs:i1_strong_intra_smoothing_enable_flag (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/common/
Dihevc_structs.h2468 WORD8 i1_strong_intra_smoothing_enable_flag; member
/external/libhevc/encoder/
Dihevce_encode_header.c1191 PUT_BITS(ps_bitstrm, ps_sps->i1_strong_intra_smoothing_enable_flag, 1, return_status); in ihevce_generate_sps()
1193 "sps_strong_intra_smoothing_enable_flag", ps_sps->i1_strong_intra_smoothing_enable_flag); in ihevce_generate_sps()
2395 ps_sps->i1_strong_intra_smoothing_enable_flag = STRONG_INTRA_SMOOTHING_FLAG_ENABLE; in ihevce_populate_sps()
Dihevce_enc_loop_structs.h2291 WORD8 i1_strong_intra_smoothing_enable_flag; member
Dihevce_enc_loop_pass.c5946 WORD8 i1_strong_intra_smoothing_enable_flag = ps_sps->i1_strong_intra_smoothing_enable_flag; in ihevce_enc_loop_frame_init() local
6172 ps_ctxt->i1_strong_intra_smoothing_enable_flag = i1_strong_intra_smoothing_enable_flag; in ihevce_enc_loop_frame_init()
Dihevce_enc_loop_utils.c3324 ps_ctxt->i1_strong_intra_smoothing_enable_flag); in ihevce_intra_rdopt_cu_ntu()
9004 ps_ctxt->i1_strong_intra_smoothing_enable_flag); in ihevce_final_rdopt_mode_prcs()
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c993 … u1_luma_pred_mode, ps_sps->i1_strong_intra_smoothing_enable_flag); in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_parse_headers.c1831 ps_sps->i1_strong_intra_smoothing_enable_flag = value; in ihevcd_parse_sps()