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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_pickmode.c213 MB_PREDICTION_MODE this_mode, best_mode = ZEROMV; local
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 !
[all...]
H A Dvp9_rdopt.c1678 int disable_inter_mode_mask, int this_mode, int ref_frame,
1681 (this_mode == NEARMV || this_mode == NEARESTMV || this_mode == ZEROMV) &&
1682 frame_mv[this_mode][ref_frame].as_int == 0 &&
1684 frame_mv[this_mode][second_ref_frame].as_int == 0)) {
1690 if (this_mode == NEARMV) {
1692 } else if (this_mode == NEARESTMV) {
1695 assert(this_mode == ZEROMV);
1719 MB_PREDICTION_MODE this_mode; local
1675 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 disable_inter_mode_mask, int this_mode, int ref_frame, int second_ref_frame) argument
2707 const int this_mode = mbmi->mode; local
3133 MB_PREDICTION_MODE this_mode; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c952 B_PREDICTION_MODE this_mode,
989 switch (m = this_mode)
1111 B_PREDICTION_MODE this_mode; local
1166 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
1181 if (this_mode == NEW4X4)
1307 rate = labels2mode(x, labels, i, this_mode, &mode_mv[this_mode],
1311 if (((mode_mv[this_mode]
949 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
1768 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1844 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1919 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1953 MB_PREDICTION_MODE this_mode; local
[all...]
H A Dpickinter.c489 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
502 if((this_mode != NEWMV) ||
511 if(this_mode == ZEROMV)
582 MB_PREDICTION_MODE this_mode; local
781 this_mode = vp8_mode_order[mode_index];
783 x->e_mbd.mode_info_context->mbmi.mode = this_mode;
796 if (this_mode != ZEROMV ||
801 switch (this_mode)
1047 if (mode_mv[this_mode].as_int == 0)
1057 if (((mode_mv[this_mode]
[all...]

Completed in 216 milliseconds