Searched defs:use_fast_coef_costing (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_speed_features.h375 int use_fast_coef_costing; member in struct:SPEED_FEATURES
H A Dvp9_rdopt.c75 int use_fast_coef_costing; member in struct:rdcost_block_args
339 int use_fast_coef_costing) {
388 if (use_fast_coef_costing) {
406 if (use_fast_coef_costing) {
463 args->use_fast_coef_costing);
564 args.use_fast_coef_costing = use_fast_coef_casting;
604 mbmi->tx_size, cpi->sf.use_fast_coef_costing);
656 cpi->sf.use_fast_coef_costing);
810 cpi->sf.use_fast_coef_costing);
827 cpi->sf.use_fast_coef_costing);
334 cost_coeffs(MACROBLOCK *x, int plane, int block, ENTROPY_CONTEXT *A, ENTROPY_CONTEXT *L, TX_SIZE tx_size, const int16_t *scan, const int16_t *nb, int use_fast_coef_costing) argument
[all...]

Completed in 43 milliseconds