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

  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.h 64 PREDICTION_MODE best_mode; member in struct:__anon29862
vp9_mbgraph.c 132 PREDICTION_MODE best_mode = -1, mode; local
150 best_mode = mode;
154 if (pbest_mode) *pbest_mode = best_mode;
vp9_pickmode.c 46 PREDICTION_MODE best_mode; member in struct:__anon29910
    [all...]
vp9_rdopt.c 1194 PREDICTION_MODE best_mode = DC_PRED; local
    [all...]
  /external/libaom/libaom/av1/encoder/
mbgraph.c 139 PREDICTION_MODE best_mode = -1, mode; local
158 best_mode = mode;
162 if (pbest_mode) *pbest_mode = best_mode;
  /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);
predictor_enc.c 333 int best_mode = 0; local
396 best_mode = mode;
406 return best_mode;
quant_enc.c 1067 int best_mode = -1; local
1236 int best_mode = -1; local
1302 int best_mode = -1; local
    [all...]
  /external/libhevc/encoder/
ihevce_ipe_structs.h 208 UWORD8 best_mode; member in struct:ihevce_ipe_cu_tree_t
ihevce_recur_bracketing.c 166 ps_ctxt->au1_ctb_mode_map[row][col] = ps_cu_node->best_mode;
493 ps_cu_node->best_mode = best_modes_4x4[0];
495 ps_cu_node->best_satd = best_costs_4x4[0] - mode_bits_cost[ps_cu_node->best_mode];
618 ps_ctxt->au1_ctb_mode_map[yA][xA] = ps_cu_node->ps_sub_cu[i * 2 + j]->best_mode;
620 ps_ctxt->au2_mode_bits_8x8_pu[ps_cu_node->ps_sub_cu[i * 2 + j]->best_mode];
692 UWORD8 best_mode; local
    [all...]
ihevce_enc_structs.h 1215 UWORD8 best_mode; member in struct:__anon28618
1267 UWORD8 best_mode; member in struct:__anon28621
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 175 B_PREDICTION_MODE *best_mode,
205 *best_mode = mode;
209 b->bmi.as_mode = *best_mode;
230 B_PREDICTION_MODE best_mode = B_MODE_COUNT; local
240 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
244 assert(best_mode != B_MODE_COUNT);
245 mic->bmi[i].as_mode = best_mode;
285 MB_PREDICTION_MODE best_mode = MB_MODE_COUNT; local
370 best_mode = (MB_PREDICTION_MODE)i;
374 assert(best_mode != MB_MODE_COUNT)
1308 MB_PREDICTION_MODE mode, best_mode = DC_PRED; local
    [all...]
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...]
  /external/u-boot/include/
mmc.h 625 enum bus_mode best_mode; /* best mode is the supported mode with the member in struct:mmc

Completed in 412 milliseconds