HomeSort by relevance Sort by last modified time
    Searched full:use_fast_coef_costing (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 297 sf->use_fast_coef_costing = 1;
361 sf->use_fast_coef_costing = 1;
446 sf->use_fast_coef_costing = 0;
728 sf->use_fast_coef_costing = 0;
vp9_rdopt.c 75 int use_fast_coef_costing; member in struct:rdcost_block_args
354 int use_fast_coef_costing) {
381 if (use_fast_coef_costing) {
412 } else { // !use_fast_coef_costing
654 args->so->neighbors, args->use_fast_coef_costing);
791 args.use_fast_coef_costing = use_fast_coef_casting;
827 mi->tx_size, cpi->sf.use_fast_coef_costing);
875 bs, n, cpi->sf.use_fast_coef_costing);
    [all...]
vp9_speed_features.h 410 int use_fast_coef_costing; member in struct:SPEED_FEATURES

Completed in 77 milliseconds