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

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 62 } BEST_MODE;
634 B_PREDICTION_MODE *best_mode,
692 *best_mode = mode;
699 b->bmi.as_mode = *best_mode;
734 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
746 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
754 mic->bmi[i].as_mode = best_mode;
1958 BEST_MODE best_mode; local
    [all...]
pickinter.c 235 B_PREDICTION_MODE *best_mode,
271 *best_mode = mode;
275 b->bmi.as_mode = *best_mode;
304 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
316 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
320 mic->bmi[i].as_mode = best_mode;
366 MB_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
484 best_mode = (MB_PREDICTION_MODE)i;
489 mb->e_mbd.mode_info_context->mbmi.uv_mode = best_mode;
1519 MB_PREDICTION_MODE mode, best_mode = DC_PRED; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 61 } BEST_MODE;
633 B_PREDICTION_MODE *best_mode,
691 *best_mode = mode;
698 b->bmi.as_mode = *best_mode;
733 B_PREDICTION_MODE best_mode = 0; local
745 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
753 mic->bmi[i].as_mode = best_mode;
1956 BEST_MODE best_mode; local
    [all...]
pickinter.c 135 B_PREDICTION_MODE *best_mode,
171 *best_mode = mode;
175 b->bmi.as_mode = *best_mode;
204 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
206 d = 0; r = 0; best_mode = 0;
217 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
221 mic->bmi[i].as_mode = best_mode;
267 MB_PREDICTION_MODE best_mode = DC_PRED; local
385 best_mode = (MB_PREDICTION_MODE)i;
390 mb->e_mbd.mode_info_context->mbmi.uv_mode = best_mode;
1256 MB_PREDICTION_MODE mode, best_mode = DC_PRED; local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
analysis.c 242 int best_mode = 0; local
255 best_mode = mode;
258 VP8SetIntra16Mode(it, best_mode);
308 int best_mode = 0; local
323 best_mode = mode;
326 VP8SetIntraUVMode(it, best_mode);
quant.c 841 int best_mode = -1; local
866 if (best_mode < 0 || rd_tmp.score < rd_i4.score) {
868 best_mode = mode;
875 total_header_bits += mode_costs[best_mode];
883 rd->modes_i4[it->i4_] = best_mode;
967 int best_mode = -1; local
    [all...]
  /external/webp/src/enc/
analysis.c 244 int best_mode = 0; local
258 best_mode = mode;
261 VP8SetIntra16Mode(it, best_mode);
310 int best_mode = 0; local
325 best_mode = mode;
328 VP8SetIntraUVMode(it, best_mode);
quant.c 982 int best_mode = -1; local
1138 int best_mode = -1; local
1198 int best_mode = -1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_pickmode.c 213 MB_PREDICTION_MODE this_mode, best_mode = ZEROMV; local
333 best_mode = this_mode;
339 mbmi->mode = best_mode;
341 mbmi->mv[0].as_int = frame_mv[best_mode][best_ref_frame].as_int;
vp9_mbgraph.c 140 MB_PREDICTION_MODE best_mode = -1, mode; local
159 best_mode = mode;
164 *pbest_mode = best_mode;
vp9_rdopt.c 1195 MB_PREDICTION_MODE best_mode = DC_PRED; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 142 PREDICTION_MODE best_mode = -1, mode; local
161 best_mode = mode;
166 *pbest_mode = best_mode;
vp9_pickmode.c 1083 PREDICTION_MODE best_mode = ZEROMV; local
    [all...]
vp9_rdopt.c 766 PREDICTION_MODE *best_mode,
809 if (conditional_skipintra(mode, *best_mode))
876 *best_mode = mode;
913 if (conditional_skipintra(mode, *best_mode))
1025 PREDICTION_MODE best_mode = DC_PRED; local
    [all...]
  /external/webp/src/dsp/
lossless_enc.c 567 int best_mode = 0; local
605 best_mode = mode;
615 return best_mode;
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.c 535 int best_mode = 0; local
570 best_mode = mode;
574 return best_mode;
    [all...]

Completed in 509 milliseconds