/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/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/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/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/libvpx/libvpx/vp8/encoder/ |
rdopt.c | 61 } BEST_MODE; 636 B_PREDICTION_MODE *best_mode, 694 *best_mode = mode; 701 b->bmi.as_mode = *best_mode; 736 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode); 748 mb, mb->block + i, xd->block + i, &best_mode, bmode_costs, 756 mic->bmi[i].as_mode = best_mode; 1954 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...] |
/external/chromium_org/third_party/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 | 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/libvpx/libvpx/vp9/encoder/ |
vp9_mbgraph.c | 145 MB_PREDICTION_MODE best_mode = -1, mode; local 163 best_mode = mode; 168 *pbest_mode = best_mode;
|
vp9_rdopt.c | 1176 MB_PREDICTION_MODE best_mode = DC_PRED; local [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
lossless.c | 535 int best_mode = 0; local 570 best_mode = mode; 574 return best_mode; [all...] |
/external/webp/src/dsp/ |
lossless.c | 535 int best_mode = 0; local 570 best_mode = mode; 574 return best_mode; [all...] |