Searched defs:oxcf (Results 26 - 31 of 31) sorted by relevance

12

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c275 cpi->oxcf.two_pass_vbrbias / 100.0);
339 static int frame_max_bits(const RATE_CONTROL *rc, const VP9_CONFIG *oxcf) { argument
341 (int64_t)oxcf->two_pass_vbrmax_section) / 100;
600 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
607 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
643 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
654 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
675 if (cpi->oxcf.aq_mode == VARIANCE_AQ) {
933 if (cpi->oxcf.end_usage == USAGE_CONSTRAINED_QUALITY)
946 const VP9_CONFIG *const oxcf local
1408 VP9_CONFIG *const oxcf = &cpi->oxcf; local
[all...]
H A Dvp9_onyx_if.c415 cpi->rd_thresh_mult[i] = is_slowest_mode(cpi->oxcf.mode) ? -500 : 0;
496 cpi->rd_thresh_mult_sub8x8[i] = is_slowest_mode(cpi->oxcf.mode) ? -500 : 0;
539 if (cpi->oxcf.lossless || cpi->mb.e_mbd.lossless) {
546 const VP9_CONFIG *oxcf = &cpi->oxcf; local
548 cpi->lookahead = vp9_lookahead_init(oxcf->width, oxcf->height,
550 oxcf->lag_in_frames);
556 oxcf->width, oxcf
678 VP9_CONFIG *const oxcf = &cpi->oxcf; local
741 init_config(struct VP9_COMP *cpi, VP9_CONFIG *oxcf) argument
784 vp9_change_config(struct VP9_COMP *cpi, const VP9_CONFIG *oxcf) argument
1114 vp9_create_compressor(VP9_CONFIG *oxcf) argument
[all...]
H A Dvp9_onyx_int.h288 VP9_CONFIG oxcf; member in struct:VP9_COMP
376 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames
377 int active_arnr_strength; // <= cpi->oxcf.arnr_max_strength
522 struct VP9_COMP *vp9_create_compressor(VP9_CONFIG *oxcf);
525 void vp9_change_config(VP9_COMP *cpi, const VP9_CONFIG *oxcf);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h312 VP8_CONFIG oxcf; member in struct:VP8_COMP
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c177 if (cpi->oxcf.aq_mode != VARIANCE_AQ) {
535 if (cpi->oxcf.aq_mode == COMPLEXITY_AQ) {
543 if (cpi->oxcf.aq_mode == CYCLIC_REFRESH_AQ) {
573 if (cpi->oxcf.aq_mode)
697 const AQ_MODE aq_mode = cpi->oxcf.aq_mode;
1303 if ((cpi->oxcf.aq_mode == CYCLIC_REFRESH_AQ) && seg->enabled) {
1330 if (cpi->oxcf.noise_sensitivity > 0 && output_enabled) {
1459 if (bsize == BLOCK_16X16 && cpi->oxcf.aq_mode) {
1683 if ((cpi->oxcf.aq_mode == COMPLEXITY_AQ) && cm->seg.update_map) {
1688 if (cpi->oxcf
2713 const VP9EncoderConfig *const oxcf = &cpi->oxcf; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h315 VP8_CONFIG oxcf; member in struct:VP8_COMP

Completed in 139 milliseconds

12