Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Donyxc_int.h33 #define MAXQ 127 macro
34 #define QINDEX_RANGE (MAXQ + 1)
/external/libvpx/vp8/encoder/
Dfirstpass.c972 for (Q = 0; Q < MAXQ; Q++) in estimate_q()
1016 return MAXQ * 2; in estimate_kf_group_q()
1052 for (Q = 0; Q < MAXQ; Q++) in estimate_kf_group_q()
1070 while ((bits_per_mb_at_this_q > target_norm_bits_per_mb) && (Q < (MAXQ * 2))) in estimate_kf_group_q()
1132 for (Q = 0; Q < MAXQ; Q++) in estimate_cq()
Dratectrl.c1366 if (Q >= MAXQ) in vp8_regulate_q()
1450 …ts_per_mb_at_max_q = (int)(.5 + correction_factor * vp8_bits_per_mb[cpi->common.frame_type][MAXQ]); in estimate_min_frame_size()
Dencodeframe.c322 … QIndex = (QIndex >= 0) ? ((QIndex <= MAXQ) ? QIndex : MAXQ) : 0; // Clamp to valid range in vp8cx_mb_init_quantizer()
Donyx_if.c1645 if (cpi->oxcf.fixed_q > MAXQ) in vp8_change_config()
1646 cpi->oxcf.fixed_q = MAXQ; in vp8_change_config()
4040 if (Q < MAXQ) in encode_frame_to_data_rate()
4083 if (Q < MAXQ) in encode_frame_to_data_rate()
/external/libvpx/vp8/decoder/
Ddecodframe.c82 … QIndex = (QIndex >= 0) ? ((QIndex <= MAXQ) ? QIndex : MAXQ) : 0; /* Clamp to valid range */ in mb_init_dequantizer()