Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dbit_allocation.c633 WORD32 i4_bpp; in init_prev_header_bits() local
638 i4_bpp); in init_prev_header_bits()
641 if(i4_bpp > 131) in init_prev_header_bits()
645 ((-2238 * i4_bpp) >> FRAME_HEADER_BITS_Q_FACTOR) + 583; in init_prev_header_bits()
646 ai4_header_bits_percentage[P_PIC] = ((-2990 * i4_bpp) >> FRAME_HEADER_BITS_Q_FACTOR) + 845; in init_prev_header_bits()
648 ai4_header_bits_percentage[B_PIC] = ((-3308 * i4_bpp) >> FRAME_HEADER_BITS_Q_FACTOR) + 1135; in init_prev_header_bits()
Dihevce_rc_interface.c907 float i4_bpp = ((float)ps_rc_ctxt->u4_avg_bit_rate / ps_rc_ctxt->u4_max_frame_rate) * 1000 / in ihevce_rc_init() local
914 if(i4_bpp > 0.24) in ihevce_rc_init()
918 else if(i4_bpp > 0.16) in ihevce_rc_init()
926 if(i4_bpp > 0.32) in ihevce_rc_init()
930 else if(i4_bpp > 0.24) in ihevce_rc_init()
942 if(i4_bpp > 0.16) in ihevce_rc_init()
946 else if(i4_bpp > 0.08) in ihevce_rc_init()
955 if(i4_bpp > 0.24) in ihevce_rc_init()
959 else if(i4_bpp > 0.16) in ihevce_rc_init()