Searched refs:best_mode (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/remoting/host/
H A Ddesktop_resizer_mac.cc78 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);
H A Ddesktop_resizer_win.cc112 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/
H A Daddrcache.cc184 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/
H A Drdopt.c632 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;
1910 static void update_best_mode(BEST_MODE* best_mode, int this_rd, argument
1919 best_mode->yrd = RDCOST(x->rdmult, x->rddiv, (rd->rate2-rd->rate_uv-other_cost),
1922 best_mode->rd = this_rd;
1923 vpx_memcpy(&best_mode
628 rd_pick_intra4x4block( MACROBLOCK *x, BLOCK *be, BLOCKD *b, B_PREDICTION_MODE *best_mode, const int *bmode_costs, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int *bestrate, int *bestratey, int *bestdistortion) argument
1951 BEST_MODE best_mode; local
[all...]
H A Dpickinter.c134 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 local
131 pick_intra4x4block( MACROBLOCK *x, int ib, B_PREDICTION_MODE *best_mode, const int *mode_costs, int *bestrate, int *bestdistortion) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c633 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;
1911 static void update_best_mode(BEST_MODE* best_mode, int this_rd, argument
1920 best_mode->yrd = RDCOST(x->rdmult, x->rddiv, (rd->rate2-rd->rate_uv-other_cost),
1923 best_mode->rd = this_rd;
1924 vpx_memcpy(&best_mode
629 rd_pick_intra4x4block( MACROBLOCK *x, BLOCK *be, BLOCKD *b, B_PREDICTION_MODE *best_mode, const int *bmode_costs, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int *bestrate, int *bestratey, int *bestdistortion) argument
1951 BEST_MODE best_mode; local
[all...]
H A Dpickinter.c134 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 local
131 pick_intra4x4block( MACROBLOCK *x, int ib, B_PREDICTION_MODE *best_mode, const int *mode_costs, int *bestrate, int *bestdistortion) argument
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Danalysis.c240 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);
H A Dquant.c953 int best_mode = -1; local
981 if (best_mode < 0 || rd_tmp.score < rd_i4.score) {
983 best_mode = mode;
993 total_header_bits += (int)rd_i4.H; // <- equal to mode_costs[best_mode];
1001 rd->modes_i4[it->i4_] = best_mode;
1088 int best_mode = -1; local
1094 best_mode = mode;
1098 VP8SetIntra16Mode(it, best_mode);
/external/webp/src/enc/
H A Danalysis.c240 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);
H A Dquant.c953 int best_mode = -1; local
981 if (best_mode < 0 || rd_tmp.score < rd_i4.score) {
983 best_mode = mode;
993 total_header_bits += (int)rd_i4.H; // <- equal to mode_costs[best_mode];
1001 rd->modes_i4[it->i4_] = best_mode;
1088 int best_mode = -1; local
1094 best_mode = mode;
1098 VP8SetIntra16Mode(it, best_mode);
/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator.cc123 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;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c136 PREDICTION_MODE best_mode = -1, mode; local
155 best_mode = mode;
160 *pbest_mode = best_mode;
H A Dvp9_pickmode.c424 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;
H A Dvp9_rdopt.c637 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;
636 rd_pick_intra4x4block(VP9_COMP *cpi, MACROBLOCK *x, int ib, PREDICTION_MODE *best_mode, const int *bmode_costs, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int *bestrate, int *bestratey, int64_t *bestdistortion, BLOCK_SIZE bsize, int64_t rd_thresh) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c140 MB_PREDICTION_MODE best_mode = -1, mode; local
159 best_mode = mode;
164 *pbest_mode = best_mode;
H A Dvp9_pickmode.c215 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;
H A Dvp9_rdopt.c1043 MB_PREDICTION_MODE *best_mode,
1087 if (conditional_skipintra(mode, *best_mode))
1148 *best_mode = mode;
1195 MB_PREDICTION_MODE best_mode = DC_PRED; local
1206 this_rd = rd_pick_intra4x4block(cpi, mb, i, &best_mode, bmode_costs,
1217 mic->bmi[i].as_mode = best_mode;
1219 mic->bmi[i + j * 2].as_mode = best_mode;
1221 mic->bmi[i + j].as_mode = best_mode;
1042 rd_pick_intra4x4block(VP9_COMP *cpi, MACROBLOCK *x, int ib, MB_PREDICTION_MODE *best_mode, const int *bmode_costs, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int *bestrate, int *bestratey, int64_t *bestdistortion, BLOCK_SIZE bsize, int64_t rd_thresh) argument
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c613 int best_mode = 0; local
644 best_mode = mode;
648 return best_mode;
/external/webp/src/dsp/
H A Dlossless.c604 int best_mode = 0; local
635 best_mode = mode;
639 return best_mode;

Completed in 413 milliseconds