HomeSort by relevance Sort by last modified time
    Searched refs:use_fast_coef_updates (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.h 294 int use_fast_coef_updates; // 0: 2-loop, 1: 1-loop, 2: 1-loop reduced member in struct:__anon30273
vp9_speed_features.c 114 sf->use_fast_coef_updates = 2;
223 sf->use_fast_coef_updates = 2;
331 sf->use_fast_coef_updates = 0;
vp9_bitstream.c 523 switch (cpi->sf.use_fast_coef_updates) {
602 cpi->sf.use_fast_coef_updates == 2 ? COEFF_CONTEXTS >> 1
605 cpi->sf.use_fast_coef_updates == 2 ? COEF_BANDS >> 1
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 365 FAST_COEFF_UPDATE use_fast_coef_updates; member in struct:SPEED_FEATURES
vp9_speed_features.c 197 sf->use_fast_coef_updates = ONE_LOOP_REDUCED;
367 sf->use_fast_coef_updates = is_keyframe ? TWO_LOOP : ONE_LOOP_REDUCED;
502 sf->use_fast_coef_updates = TWO_LOOP;
vp9_bitstream.c 540 switch (cpi->sf.use_fast_coef_updates) {
    [all...]

Completed in 122 milliseconds