Home | History | Annotate | Download | only in encoder

Lines Matching refs:this_mode

213   MB_PREDICTION_MODE this_mode, best_mode = ZEROMV;
288 for (this_mode = NEARESTMV; this_mode <= NEWMV; ++this_mode) {
292 (1 << INTER_OFFSET(this_mode)))
295 if (best_rd < ((int64_t)rd_threshes[mode_idx[this_mode]] *
296 rd_thresh_freq_fact[this_mode] >> 5) ||
297 rd_threshes[mode_idx[this_mode]] == INT_MAX)
300 if (this_mode == NEWMV) {
314 if (this_mode != NEARESTMV)
315 if (frame_mv[this_mode][ref_frame].as_int ==
319 mbmi->mode = this_mode;
320 mbmi->mv[0].as_int = frame_mv[this_mode][ref_frame].as_int;
326 [INTER_OFFSET(this_mode)];
333 best_mode = this_mode;
347 for (this_mode = DC_PRED; this_mode <= DC_PRED; ++this_mode) {
349 mbmi->tx_size, this_mode,
354 rate += x->mbmode_cost[this_mode];
362 mbmi->mode = this_mode;
364 mbmi->uv_mode = this_mode;