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

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 61 } BEST_MODE;
518 B_PREDICTION_MODE *best_mode,
571 *best_mode = mode;
578 b->bmi.as_mode = *best_mode;
611 B_PREDICTION_MODE best_mode = B_MODE_COUNT; local
622 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
629 assert(best_mode != B_MODE_COUNT);
630 mic->bmi[i].as_mode = best_mode;
1757 BEST_MODE best_mode; local
    [all...]
pickinter.c 247 B_PREDICTION_MODE *best_mode,
278 *best_mode = mode;
282 b->bmi.as_mode = *best_mode;
303 B_PREDICTION_MODE best_mode = B_MODE_COUNT; local
313 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
317 assert(best_mode != B_MODE_COUNT);
318 mic->bmi[i].as_mode = best_mode;
358 MB_PREDICTION_MODE best_mode = MB_MODE_COUNT; local
443 best_mode = (MB_PREDICTION_MODE)i;
447 assert(best_mode != MB_MODE_COUNT)
1396 MB_PREDICTION_MODE mode, best_mode = DC_PRED; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h 53 PREDICTION_MODE best_mode; member in struct:__anon24540
vp9_mbgraph.c 131 PREDICTION_MODE best_mode = -1, mode; local
149 best_mode = mode;
153 if (pbest_mode) *pbest_mode = best_mode;
vp9_pickmode.c 1426 PREDICTION_MODE best_mode = ZEROMV; local
    [all...]
vp9_rdopt.c 1202 PREDICTION_MODE best_mode = DC_PRED; local
    [all...]
  /external/webp/src/enc/
analysis_enc.c 244 int best_mode = 0; local
258 best_mode = mode;
261 VP8SetIntra16Mode(it, best_mode);
334 int best_mode = 0; local
353 best_mode = mode;
356 VP8SetIntraUVMode(it, best_mode);
quant_enc.c 998 int best_mode = -1; local
1161 int best_mode = -1; local
1227 int best_mode = -1; local
    [all...]
predictor_enc.c 317 int best_mode = 0; local
378 best_mode = mode;
388 return best_mode;

Completed in 235 milliseconds