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

  /external/chromium_org/remoting/host/
desktop_resizer_mac.cc 78 CGDisplayModeRef best_mode = NULL; local
102 best_mode = mode;
106 if (best_mode) {
107 HOST_LOG << "Changing mode to " << best_mode << " ("
112 CGDisplaySetDisplayMode(display, best_mode, NULL);
desktop_resizer_win.cc 112 DEVMODE best_mode = best_mode_for_resolution_[candidate_resolution]; local
116 (best_mode.dmDisplayOrientation ==
123 (best_mode.dmDisplayFrequency >=
  /external/chromium_org/sdch/open-vcdiff/src/
addrcache.cc 184 unsigned char best_mode = VCD_SELF_MODE; local
191 best_mode = VCD_HERE_MODE;
201 best_mode = FirstNearMode() + i;
208 return best_mode;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
rdopt.c 60 } BEST_MODE;
632 B_PREDICTION_MODE *best_mode,
690 *best_mode = mode;
697 b->bmi.as_mode = *best_mode;
732 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
744 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
752 mic->bmi[i].as_mode = best_mode;
1951 BEST_MODE best_mode; local
    [all...]
pickinter.c 134 B_PREDICTION_MODE *best_mode,
170 *best_mode = mode;
174 b->bmi.as_mode = *best_mode;
203 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
215 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
219 mic->bmi[i].as_mode = best_mode;
265 MB_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
383 best_mode = (MB_PREDICTION_MODE)i;
388 mb->e_mbd.mode_info_context->mbmi.uv_mode = best_mode;
1266 MB_PREDICTION_MODE mode, best_mode = DC_PRED; local
    [all...]
  /external/libvpx/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 UNINITIALIZED_IS_SAFE(best_mode);
745 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
753 mic->bmi[i].as_mode = best_mode;
1951 BEST_MODE best_mode; local
    [all...]
pickinter.c 134 B_PREDICTION_MODE *best_mode,
170 *best_mode = mode;
174 b->bmi.as_mode = *best_mode;
203 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
215 pick_intra4x4block(mb, i, &best_mode, bmode_costs, &r, &d);
219 mic->bmi[i].as_mode = best_mode;
265 MB_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
383 best_mode = (MB_PREDICTION_MODE)i;
388 mb->e_mbd.mode_info_context->mbmi.uv_mode = best_mode;
1253 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/chromium_org/third_party/libwebp/enc/
analysis.c 240 int best_mode = 0; local
253 best_mode = mode;
256 VP8SetIntra16Mode(it, best_mode);
304 int best_mode = 0; local
318 best_mode = mode;
321 VP8SetIntraUVMode(it, best_mode);
quant.c 953 int best_mode = -1; local
1088 int best_mode = -1; local
    [all...]
  /external/webp/src/enc/
analysis.c 240 int best_mode = 0; local
253 best_mode = mode;
256 VP8SetIntra16Mode(it, best_mode);
304 int best_mode = 0; local
318 best_mode = mode;
321 VP8SetIntraUVMode(it, best_mode);
quant.c 953 int best_mode = -1; local
1088 int best_mode = -1; local
    [all...]
  /external/chromium_org/ui/display/chromeos/
display_configurator.cc 123 const DisplayMode* best_mode = NULL; local
132 if (!best_mode) {
133 best_mode = mode;
138 if (!best_mode->is_interlaced())
143 if (best_mode->is_interlaced()) {
144 best_mode = mode;
148 if (mode->refresh_rate() < best_mode->refresh_rate())
151 best_mode = mode;
154 return best_mode;
    [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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mbgraph.c 136 PREDICTION_MODE best_mode = -1, mode; local
155 best_mode = mode;
160 *pbest_mode = best_mode;
vp9_pickmode.c 424 PREDICTION_MODE best_mode = ZEROMV; local
676 best_mode = this_mode;
710 mbmi->mode = best_mode;
714 mbmi->mv[0].as_int = frame_mv[best_mode][best_ref_frame].as_int;
vp9_rdopt.c 637 PREDICTION_MODE *best_mode,
681 if (conditional_skipintra(mode, *best_mode))
742 *best_mode = mode;
789 PREDICTION_MODE best_mode = DC_PRED; local
800 this_rd = rd_pick_intra4x4block(cpi, mb, i, &best_mode, bmode_costs,
811 mic->bmi[i].as_mode = best_mode;
813 mic->bmi[i + j * 2].as_mode = best_mode;
815 mic->bmi[i + j].as_mode = best_mode;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 140 MB_PREDICTION_MODE best_mode = -1, mode; local
159 best_mode = mode;
164 *pbest_mode = best_mode;
vp9_pickmode.c 215 MB_PREDICTION_MODE this_mode, best_mode = ZEROMV; local
402 best_mode = this_mode;
409 mbmi->mode = best_mode;
412 mbmi->mv[0].as_int = frame_mv[best_mode][best_ref_frame].as_int;
vp9_rdopt.c 1195 MB_PREDICTION_MODE best_mode = DC_PRED; local
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 613 int best_mode = 0; local
644 best_mode = mode;
648 return best_mode;
    [all...]
  /external/webp/src/dsp/
lossless.c 604 int best_mode = 0; local
635 best_mode = mode;
639 return best_mode;
    [all...]

Completed in 9621 milliseconds