Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dbit_allocation.c574 number_t avq_complexity_estimate[MAX_PIC_TYPE]; in init_prev_header_bits() local
583 avq_complexity_estimate[I_PIC], in init_prev_header_bits()
587 avq_complexity_estimate[P_PIC], in init_prev_header_bits()
591 avq_complexity_estimate[P1_PIC], in init_prev_header_bits()
594 SET_VAR_Q(avq_complexity_estimate[B_PIC], (B_TO_B1_BIT_RATO0 * B1_TO_B2_BIT_RATIO), 0); in init_prev_header_bits()
595 SET_VAR_Q(avq_complexity_estimate[BB_PIC], (B_TO_B1_BIT_RATO0 * B1_TO_B2_BIT_RATIO), 0); in init_prev_header_bits()
596 SET_VAR_Q(avq_complexity_estimate[B1_PIC], (B1_TO_B2_BIT_RATIO), 0); in init_prev_header_bits()
598 avq_complexity_estimate[B11_PIC], in init_prev_header_bits()
601 SET_VAR_Q(avq_complexity_estimate[B2_PIC], 1, 0); in init_prev_header_bits()
602 SET_VAR_Q(avq_complexity_estimate[B22_PIC], 1, 0); in init_prev_header_bits()
[all …]