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

  /external/libvpx/vp8/encoder/
encodeintra.h 19 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode);
20 void vp8_encode_intra4x4block_rd(const VP8_ENCODER_RTCD *, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode);
encodeintra.c 33 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode)
35 vp8_predict_intra4x4(b, best_mode, b->predictor);
pickinter.c 168 B_PREDICTION_MODE *best_mode,
204 *best_mode = mode;
208 b->bmi.mode = (B_PREDICTION_MODE)(*best_mode);
231 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
235 &best_mode, A, L, &r, &d);
240 mic->bmi[i].mode = xd->block[i].bmi.mode = best_mode;
287 MB_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
405 best_mode = (MB_PREDICTION_MODE)i;
410 mb->e_mbd.mode_info_context->mbmi.uv_mode = best_mode;
rdopt.c 601 B_PREDICTION_MODE *best_mode,
652 *best_mode = mode;
660 b->bmi.mode = (B_PREDICTION_MODE)(*best_mode);
696 B_PREDICTION_MODE UNINITIALIZED_IS_SAFE(best_mode);
708 cpi, mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
715 mic->bmi[i].mode = xd->block[i].bmi.mode = best_mode;
    [all...]
encodeframe.c 1176 MB_PREDICTION_MODE mode, best_mode = DC_PRED; local
    [all...]
  /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/webp/src/enc/
analysis.c 238 int best_mode = 0; local
247 best_mode = mode;
250 VP8SetIntra16Mode(it, best_mode);
288 int best_mode = 0; local
298 best_mode = mode;
301 VP8SetIntraUVMode(it, best_mode);
quant.c 768 int best_mode = -1; local
793 if (best_mode < 0 || rd_tmp.score < rd_i4.score) {
795 best_mode = mode;
808 rd->modes_i4[it->i4_] = best_mode;

Completed in 186 milliseconds