Home | History | Annotate | Download | only in encoder

Lines Matching refs:ZEROMV

79     ZEROMV,
85 ZEROMV,
88 ZEROMV,
1886 // Only consider ZEROMV/ALTREF_FRAME for alt ref frame,
1891 if (this_mode != ZEROMV || x->e_mbd.mode_info_context->mbmi.ref_frame != ALTREF_FRAME)
1951 // Experimental code. Special case for gf and arf zeromv modes. Increase zbin size to supress noise
1958 if (vp8_mode_order[mode_index] == ZEROMV)
2224 // 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.
2229 case ZEROMV:
2463 if (cpi->is_src_frame_alt_ref && (best_mbmode.mode != ZEROMV || best_mbmode.ref_frame != ALTREF_FRAME))
2465 best_mbmode.mode = ZEROMV;