Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.c705 ps_rc_ctxt->i4_frame_width = ps_tgt_params->i4_width; in ihevce_rc_init()
908 (ps_rc_ctxt->i4_frame_height * ps_rc_ctxt->i4_frame_width); in ihevce_rc_init()
912 if((ps_rc_ctxt->i4_frame_height * ps_rc_ctxt->i4_frame_width) > 5000000) in ihevce_rc_init()
940 if((ps_rc_ctxt->i4_frame_height * ps_rc_ctxt->i4_frame_width) > 5000000) in ihevce_rc_init()
988 ps_rc_ctxt->i4_frame_width, in ihevce_rc_init()
1022 ((3 * ps_rc_ctxt->i4_frame_height * ps_rc_ctxt->i4_frame_width) >> 1), in ihevce_rc_init()
1498 ((3 * ps_rc_ctxt->i4_frame_height * ps_rc_ctxt->i4_frame_width) >> 1), in ihevce_rc_get_pre_enc_pic_quant()
2607 ps_rc_ctxt->i4_frame_width); //per frame per pixel complexity in ihevce_rc_get_pic_quant()
2611 ps_rc_ctxt->i4_frame_height * ps_rc_ctxt->i4_frame_width, in ihevce_rc_get_pic_quant()
2630 (ps_rc_ctxt->i4_frame_height * ps_rc_ctxt->i4_frame_width); in ihevce_rc_get_pic_quant()
[all …]
Dihevce_rc_structs.h205 WORD32 i4_frame_width; member
Drate_control_api.c241 WORD32 i4_frame_width, in initialise_rate_control() argument
268 WORD32 i4_pels_in_frame = (3 * (i4_frame_height * i4_frame_width) >> 1); in initialise_rate_control()
300 ps_rate_control_api->i4_max_frame_width = i4_frame_width; in initialise_rate_control()
456 (i4_frame_height * i4_frame_width), in initialise_rate_control()
475 (i4_frame_height * i4_frame_width), in initialise_rate_control()
555 rc_get_max_hme_sad_per_pixel(ps_rate_control_api, i4_frame_height * i4_frame_width); in initialise_rate_control()
Drate_control_api.h76 WORD32 i4_frame_width,