Home | History | Annotate | Download | only in encoder

Lines Matching refs:rtcd

34 #define RTCD(x)     &cpi->common.rtcd.x
37 #define RTCD(x) NULL
556 &cpi->common.rtcd.subpix, sixtap4x4);
558 &cpi->common.rtcd.subpix, sixtap8x4);
560 &cpi->common.rtcd.subpix, sixtap8x8);
562 &cpi->common.rtcd.subpix, sixtap16x16);
567 &cpi->common.rtcd.subpix, bilinear4x4);
569 &cpi->common.rtcd.subpix, bilinear8x4);
571 &cpi->common.rtcd.subpix, bilinear8x8);
573 &cpi->common.rtcd.subpix, bilinear16x16);
1068 vp8_encode_intra16x16mbuv(IF_RTCD(&cpi->rtcd), x);
1080 vp8_encode_intra4x4mby(IF_RTCD(&cpi->rtcd), x);
1089 vp8_encode_intra16x16mby(IF_RTCD(&cpi->rtcd), x);
1116 distortion2 = VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
1127 vp8_pick_intra4x4mby_modes(IF_RTCD(&cpi->rtcd), x, &rate2, &distortion2);
1137 vp8_encode_intra4x4mby(IF_RTCD(&cpi->rtcd), x);
1143 vp8_encode_intra16x16mby(IF_RTCD(&cpi->rtcd), x);
1148 vp8_encode_intra16x16mbuv(IF_RTCD(&cpi->rtcd), x);
1230 vp8_encode_intra16x16mbuv(IF_RTCD(&cpi->rtcd), x);
1234 vp8_encode_intra4x4mby(IF_RTCD(&cpi->rtcd), x);
1238 vp8_encode_intra16x16mby(IF_RTCD(&cpi->rtcd), x);
1287 vp8_encode_inter16x16(IF_RTCD(&cpi->rtcd), x);