Searched defs:this_mode (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c588 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
602 if((this_mode != NEWMV) ||
620 this_mode == ZEROMV &&
690 MB_PREDICTION_MODE this_mode; local
991 this_mode = vp8_mode_order[mode_index];
993 x->e_mbd.mode_info_context->mbmi.mode = this_mode;
1006 if (this_mode != ZEROMV ||
1011 switch (this_mode)
1258 vp8_clamp_mv2(&mode_mv[this_mode], xd);
1266 if (mode_mv[this_mode]
[all...]
H A Drdopt.c954 B_PREDICTION_MODE this_mode,
991 switch (m = this_mode)
1113 B_PREDICTION_MODE this_mode; local
1168 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
1183 if (this_mode == NEW4X4)
1309 rate = labels2mode(x, labels, i, this_mode, &mode_mv[this_mode],
1313 if (((mode_mv[this_mode]
951 labels2mode( MACROBLOCK *x, int const *labelings, int which_label, B_PREDICTION_MODE this_mode, int_mv *this_mv, int_mv *best_ref_mv, int *mvcost[2] ) argument
1769 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1845 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1920 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1955 MB_PREDICTION_MODE this_mode; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c777 PREDICTION_MODE this_mode,
856 [INTER_OFFSET(this_mode)];
980 PREDICTION_MODE this_mode; local
1004 for (this_mode = DC_PRED; this_mode <= H_PRED; ++this_mode) {
1005 args.mode = this_mode;
1013 this_rdc.rate += bmode_costs[this_mode];
1019 mbmi->mode = this_mode;
1226 PREDICTION_MODE this_mode local
774 encode_breakout_test(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int mi_row, int mi_col, MV_REFERENCE_FRAME ref_frame, PREDICTION_MODE this_mode, unsigned int var_y, unsigned int sse_y, struct buf_2d yv12_mb[][MAX_MB_PLANE], int *rate, int64_t *dist) argument
1566 const PREDICTION_MODE this_mode = intra_mode_list[i]; local
1661 PREDICTION_MODE this_mode; local
1761 PREDICTION_MODE this_mode; local
[all...]
H A Dvp9_rdopt.c1501 int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int this_mode,
1503 if ((this_mode == NEARMV || this_mode == NEARESTMV || this_mode == ZEROMV) &&
1504 frame_mv[this_mode][ref_frames[0]].as_int == 0 &&
1506 frame_mv[this_mode][ref_frames[1]].as_int == 0)) {
1512 if (this_mode == NEARMV) {
1514 } else if (this_mode == NEARESTMV) {
1517 assert(this_mode == ZEROMV);
1737 PREDICTION_MODE this_mode; local
1499 check_best_zero_mv( const VP9_COMP *cpi, const uint8_t mode_context[MAX_REF_FRAMES], int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int this_mode, const MV_REFERENCE_FRAME ref_frames[2]) argument
2370 discount_newmv_test(const VP9_COMP *cpi, int this_mode, int_mv this_mv, int_mv (*mode_mv)[MAX_REF_FRAMES], int ref_frame) argument
2404 const int this_mode = mbmi->mode; local
2958 PREDICTION_MODE this_mode; local
[all...]

Completed in 172 milliseconds