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 63 } BEST_MODE;
520 B_PREDICTION_MODE *best_mode,
573 *best_mode = mode;
580 b->bmi.as_mode = *best_mode;
613 B_PREDICTION_MODE best_mode = B_MODE_COUNT; local
624 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
631 assert(best_mode != B_MODE_COUNT);
632 mic->bmi[i].as_mode = best_mode;
1752 BEST_MODE best_mode; local
    [all...]
pickinter.c 175 B_PREDICTION_MODE *best_mode,
206 *best_mode = mode;
210 b->bmi.as_mode = *best_mode;
231 B_PREDICTION_MODE best_mode = B_MODE_COUNT; local
241 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
245 assert(best_mode != B_MODE_COUNT);
246 mic->bmi[i].as_mode = best_mode;
286 MB_PREDICTION_MODE best_mode = MB_MODE_COUNT; local
371 best_mode = (MB_PREDICTION_MODE)i;
375 assert(best_mode != MB_MODE_COUNT)
1307 MB_PREDICTION_MODE mode, best_mode = DC_PRED; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h 63 PREDICTION_MODE best_mode; member in struct:__anon26197
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 1428 PREDICTION_MODE best_mode = ZEROMV; local
    [all...]
vp9_rdopt.c 1203 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 331 int best_mode = 0; local
394 best_mode = mode;
404 return best_mode;

Completed in 463 milliseconds