Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dspeed_features.c386 sf->optimize_coefficients = NO_TRELLIS_OPT; in set_good_speed_features_framesize_independent()
584 sf->optimize_coefficients = NO_TRELLIS_OPT; in set_rt_speed_features_framesize_independent()
650 sf->optimize_coefficients = !is_lossless_requested(&cpi->oxcf) in av1_set_speed_features_framesize_independent()
654 sf->optimize_coefficients = !is_lossless_requested(&cpi->oxcf) in av1_set_speed_features_framesize_independent()
659 sf->optimize_coefficients = NO_TRELLIS_OPT; in av1_set_speed_features_framesize_independent()
661 sf->optimize_coefficients = FULL_TRELLIS_OPT; in av1_set_speed_features_framesize_independent()
663 sf->optimize_coefficients = NO_TRELLIS_OPT; in av1_set_speed_features_framesize_independent()
843 if (oxcf->pass == 1) sf->optimize_coefficients = NO_TRELLIS_OPT; in av1_set_speed_features_framesize_independent()
848 sf->optimize_coefficients = NO_TRELLIS_OPT; in av1_set_speed_features_framesize_independent()
851 if (oxcf->using_qm) sf->optimize_coefficients = NO_TRELLIS_OPT; in av1_set_speed_features_framesize_independent()
Dspeed_features.h287 TRELLIS_OPT_TYPE optimize_coefficients; member
Dencodeframe.c5414 cpi->optimize_seg_arr[i] = cpi->sf.optimize_coefficients; in encode_frame_internal()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c259 sf->allow_quant_coeff_opt = sf->optimize_coefficients; in set_good_speed_feature_framesize_independent()
374 sf->optimize_coefficients = 0; in set_good_speed_feature_framesize_independent()
520 sf->optimize_coefficients = 0; in set_rt_speed_feature_framesize_independent()
866 sf->optimize_coefficients = !is_lossless_requested(&cpi->oxcf); in vp9_set_speed_features_framesize_independent()
904 sf->allow_quant_coeff_opt = sf->optimize_coefficients; in vp9_set_speed_features_framesize_independent()
974 if (oxcf->pass == 1) sf->optimize_coefficients = 0; in vp9_set_speed_features_framesize_independent()
979 sf->optimize_coefficients = 0; in vp9_set_speed_features_framesize_independent()
1001 x->optimize = sf->optimize_coefficients == 1 && oxcf->pass != 1; in vp9_set_speed_features_framesize_independent()
Dvp9_speed_features.h260 int optimize_coefficients; member
Dvp9_encodeframe.c5695 x->optimize = sf->optimize_coefficients == 1 && cpi->oxcf.pass != 1; in encode_frame_internal()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h172 int optimize_coefficients; member
Donyx_if.c794 sf->optimize_coefficients = 1; in vp8_set_speed_features()
897 sf->optimize_coefficients = 0; in vp8_set_speed_features()
927 sf->optimize_coefficients = 0; in vp8_set_speed_features()
1032 sf->optimize_coefficients = 0; in vp8_set_speed_features()
1072 if (cpi->sf.optimize_coefficients == 1 && cpi->pass != 1) { in vp8_set_speed_features()