Lines Matching full:predictor
488 int pt ; /* surrounding block/prev coef predictor */
555 mb->e_mbd.predictor, mb->src.y_stride );
587 static void copy_predictor(unsigned char *dst, const unsigned char *predictor)
589 const unsigned int *p = (const unsigned int *)predictor;
618 * The predictor buffer is a 2d buffer with a stride of 16. Create
632 vp8_predict_intra4x4(b, mode, b->predictor);
655 predictor);
823 x->src.u_buffer, x->src.v_buffer, x->e_mbd.predictor,
1134 // use previous block's result as next block's MV predictor.
1367 /* Use 8x8 result as 16x8/8x16's predictor MV. Adjust search range according to the closeness of 2 MV. */
2257 x->e_mbd.predictor, 16, (unsigned int *)(&sse), &sum);