Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c1788 WORD32 scene_type, i4_is_scd = 0, i4_frame_qp, slice_type; in ihevce_rc_pre_enc_qp_query() local
1873 scene_type = ihevce_rc_lap_get_scene_type(ps_rc_lap_out); in ihevce_rc_pre_enc_qp_query()
1875 if(scene_type == SCENE_TYPE_SCENE_CUT) in ihevce_rc_pre_enc_qp_query()
2157 scene_type = 0, i; in ihevce_rc_get_pic_quant() local
2188 scene_type = ihevce_rc_lap_get_scene_type(ps_rc_lap_out); in ihevce_rc_get_pic_quant()
2191 (scene_type != SCENE_TYPE_SCENE_CUT)) in ihevce_rc_get_pic_quant()
2193 scene_type = SCENE_TYPE_SCENE_CUT; in ihevce_rc_get_pic_quant()
2197 (scene_type == SCENE_TYPE_SCENE_CUT)) in ihevce_rc_get_pic_quant()
2199 scene_type = SCENE_TYPE_NORMAL; in ihevce_rc_get_pic_quant()
2201 if(scene_type == SCENE_TYPE_SCENE_CUT) in ihevce_rc_get_pic_quant()
[all …]