Home | History | Annotate | Download | only in encoder

Lines Matching refs:ZEROMV

91     ZEROMV,
97 ZEROMV,
100 ZEROMV,
1532 //Only consider ZEROMV/ALTREF_FRAME for alt ref frame.
1535 if (this_mode != ZEROMV || x->e_mbd.mode_info_context->mbmi.ref_frame != ALTREF_FRAME)
1626 // Experimental code. Special case for gf and arf zeromv modes. Increase zbin size to supress noise
1629 if ((vp8_mode_order[mode_index] == ZEROMV) && (vp8_ref_frame_order[mode_index] != LAST_FRAME))
1892 // Do not bother proceeding if the vector (from newmv,nearest or near) is 0,0 as this should then be coded using the zeromv mode.
1897 case ZEROMV:
2144 if (cpi->is_src_frame_alt_ref && (best_mbmode.mode != ZEROMV || best_mbmode.ref_frame != ALTREF_FRAME))
2146 best_mbmode.mode = ZEROMV;