Searched refs:predictor (Results 1 - 24 of 24) sorted by relevance

/external/libvpx/vp8/common/
H A Dreconintra4x4.c19 unsigned char *predictor)
50 predictor[c] = expected_dc;
53 predictor += 16;
72 predictor[c] = pred;
75 predictor += 16;
94 predictor[c] = ap[c];
97 predictor += 16;
117 predictor[c] = lp[r];
120 predictor += 16;
127 predictor[
17 vp8_predict_intra4x4(BLOCKD *x, int b_mode, unsigned char *predictor) argument
[all...]
H A Drecon.c113 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
117 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
121 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
125 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
133 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
143 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
145 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
147 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
149 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
154 RECON_INVOKE(rtcd, recon2)(b->predictor,
[all...]
H A Dmbpitch.c91 x->block[r*4+c].predictor = x->predictor + r * 4 * 16 + c * 4;
100 x->block[16+r*2+c].predictor = x->predictor + 256 + r * 4 * 8 + c * 4;
110 x->block[20+r*2+c].predictor = x->predictor + 320 + r * 4 * 8 + c * 4;
H A Dblockd.h192 unsigned char *predictor; member in struct:__anon8170
216 DECLARE_ALIGNED(16, unsigned char, predictor[384]);
H A Dreconinter.c141 unsigned char *pred_ptr = d->predictor;
175 unsigned char *pred_ptr = d->predictor;
194 unsigned char *pred_ptr = d->predictor;
218 unsigned char *upred_ptr = &x->predictor[256];
219 unsigned char *vpred_ptr = &x->predictor[320];
268 unsigned char *pred_ptr = x->predictor;
328 unsigned char *pred_ptr = x->predictor;
329 unsigned char *upred_ptr = &x->predictor[256];
330 unsigned char *vpred_ptr = &x->predictor[320];
496 * situation, we can write the result directly to dst buffer instead of writing it to predictor
[all...]
H A Dreconintra.c27 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
37 unsigned char *ypred_ptr = x->predictor;
155 unsigned char *ypred_ptr = x->predictor;
159 ypred_ptr = x->dst.y_buffer; /*x->predictor;*/
283 unsigned char *upred_ptr = &x->predictor[256];
284 unsigned char *vpred_ptr = &x->predictor[320];
421 unsigned char *upred_ptr = x->dst.u_buffer; /*&x->predictor[256];*/
422 unsigned char *vpred_ptr = x->dst.v_buffer; /*&x->predictor[320];*/
/external/libvpx/vp8/decoder/
H A Dreconintra_mt.c28 unsigned char *ypred_ptr = x->predictor;
156 unsigned char *ypred_ptr = x->predictor;
160 ypred_ptr = x->dst.y_buffer; /*x->predictor;*/
296 unsigned char *upred_ptr = &x->predictor[256];
297 unsigned char *vpred_ptr = &x->predictor[320];
452 unsigned char *upred_ptr = x->dst.u_buffer; /*&x->predictor[256];*/
453 unsigned char *vpred_ptr = x->dst.v_buffer; /*&x->predictor[320];*/
608 unsigned char *predictor,
662 predictor[c] = expected_dc;
665 predictor
605 vp8mt_predict_intra4x4(VP8D_COMP *pbi, MACROBLOCKD *xd, int b_mode, unsigned char *predictor, int mb_row, int mb_col, int num) argument
[all...]
H A Dreconintra_mt.h22 extern void vp8mt_predict_intra4x4(VP8D_COMP *pbi, MACROBLOCKD *x, int b_mode, unsigned char *predictor, int mb_row, int mb_col, int num);
H A Ddecodframe.c109 /* skip_recon_mb() is Modified: Instead of writing the result to predictor buffer and then copying it
255 xd->predictor, xd->dst.y_buffer,
264 vp8_predict_intra4x4(b, b->bmi.mode, b->predictor);
269 (b->qcoeff, b->dequant, b->predictor,
275 (b->qcoeff[0] * b->dequant[0], b->predictor,
286 xd->predictor, xd->dst.y_buffer,
292 xd->predictor+16*16, xd->dst.u_buffer, xd->dst.v_buffer,
H A Dthreading.c177 xd->predictor, xd->dst.y_buffer,
185 vp8mt_predict_intra4x4(pbi, xd, b->bmi.mode, b->predictor, mb_row, mb_col, i);
190 (b->qcoeff, b->dequant, b->predictor,
196 (b->qcoeff[0] * b->dequant[0], b->predictor,
206 xd->predictor, xd->dst.y_buffer,
212 xd->predictor+16*16, xd->dst.u_buffer, xd->dst.v_buffer,
/external/libvpx/vp8/common/arm/
H A Dreconintra_arm.c30 unsigned char *ypred_ptr = x->predictor;
53 unsigned char *ypred_ptr = x->predictor;
/external/libvpx/vp8/common/arm/neon/
H A Drecon_neon.c20 unsigned char *pred_ptr = &x->predictor[0];
/external/chromium/chrome/browser/net/
H A Dpredictor_unittest.cc36 WaitForResolutionHelper(Predictor* predictor, const UrlList& hosts, argument
38 : predictor_(predictor),
86 void WaitForResolution(Predictor* predictor, const UrlList& hosts) { argument
89 new WaitForResolutionHelper(predictor, hosts, timer),
163 // Try to flood the predictor with many concurrent requests.
206 // Try to flood the predictor with many concurrent requests.
245 // Try to flood the predictor with many concurrent requests.
354 scoped_refptr<Predictor> predictor(
360 predictor->SerializeReferrers(referral_list.get());
366 predictor
[all...]
H A Dpredictor.cc5 #include "chrome/browser/net/predictor.h"
58 LookupRequest(Predictor* predictor, argument
63 predictor_(predictor),
92 Predictor* predictor_; // The predictor which started us.
/external/libvpx/vp8/encoder/
H A Dencodeintra.c35 vp8_predict_intra4x4(b, best_mode, b->predictor);
45 RECON_INVOKE(&rtcd->common->recon, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
72 ENCODEMB_INVOKE(&rtcd->encodemb, submby)(x->src_diff, x->src.y_buffer, x->e_mbd.predictor, x->src.y_stride);
123 ENCODEMB_INVOKE(&rtcd->encodemb, submbuv)(x->src_diff, x->src.u_buffer, x->src.v_buffer, x->e_mbd.predictor, x->src.uv_stride);
H A Dtemporal_filter.c301 DECLARE_ALIGNED_ARRAY(16, unsigned char, predictor, 16*16 + 8*8 + 8*8);
373 predictor);
379 predictor, local
389 predictor + 256, local
399 predictor + 320, local
H A Dasm_enc_offsets.c57 DEFINE(vp8_blockd_predictor, offsetof(BLOCKD, predictor));
H A Dencodemb.c32 unsigned char *pred_ptr = bd->predictor;
103 ENCODEMB_INVOKE(&rtcd->encodemb, submby)(x->src_diff, x->src.y_buffer, x->e_mbd.predictor, x->src.y_stride);
104 ENCODEMB_INVOKE(&rtcd->encodemb, submbuv)(x->src_diff, x->src.u_buffer, x->src.v_buffer, x->e_mbd.predictor, x->src.uv_stride);
205 unsigned char *pred_ptr = b->predictor;
214 pred_ptr = b->predictor;
222 pred_ptr = b->predictor;
640 ENCODEMB_INVOKE(&rtcd->encodemb, submby)(x->src_diff, x->src.y_buffer, x->e_mbd.predictor, x->src.y_stride);
656 ENCODEMB_INVOKE(&rtcd->encodemb, submbuv)(x->src_diff, x->src.u_buffer, x->src.v_buffer, x->e_mbd.predictor, x->src.uv_stride);
H A Dpickinter.c157 dptr = b->predictor;
195 vp8_predict_intra4x4(b, mode, b->predictor);
639 distortion2 = VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
669 distortion2 = VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
H A Drdopt.c488 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) argument
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 copy_predictor(best_predictor, b->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 M
[all...]
H A Dencodeframe.c1189 distortion2 = VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff);
/external/libvpx/vp8/encoder/x86/
H A Dx86_csystemdependent.c70 short *diff, unsigned char *predictor,
77 unsigned char *predictor = &bd->predictor[0]; local
78 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
126 short *diff, unsigned char *predictor,
133 unsigned char *predictor = &bd->predictor[0]; local
134 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
H A Dtemporal_filter_apply_sse2.asm59 mov rdx, arg(2) ; predictor frame
94 movdqa xmm2, [rdx] ; predictor (frame2)
141 ; load and extract the predictor up to shorts
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb53 * Note that k=1 results in a much smaller predictor for the

Completed in 228 milliseconds