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

/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c34 short *diff, unsigned char *predictor,
41 unsigned char *predictor = &bd->predictor[0]; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
H A Dvp8_enc_stubs_mmx.c69 short *diff, unsigned char *predictor,
76 unsigned char *predictor = &bd->predictor[0]; local
77 vp8_subtract_b_mmx_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/libvpx/libvpx/test/
H A Dsubtract_test.cc44 bd.predictor = reinterpret_cast<unsigned char*>(
45 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*bd.predictor)));
71 // set predictor
72 uint8_t *predictor = bd.predictor; local
75 predictor[c] = rnd.Rand8();
77 predictor += kDiffPredStride;
84 predictor = bd.predictor;
87 EXPECT_EQ(base_src[c], (src_diff[c] + predictor[
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dmbpitch.c22 x->block[r*4+c].predictor = x->predictor + r * 4 * 16 + c * 4;
30 x->block[16+r*2+c].predictor = x->predictor + 256 + r * 4 * 8 + c * 4;
39 x->block[20+r*2+c].predictor = x->predictor + 320 + r * 4 * 8 + c * 4;
H A Dblockd.h196 unsigned char *predictor; member in struct:blockd
209 DECLARE_ALIGNED(16, unsigned char, predictor[384]);
H A Dreconinter.c129 unsigned char *pred_ptr = d->predictor;
218 unsigned char *upred_ptr = &x->predictor[256];
219 unsigned char *vpred_ptr = &x->predictor[320];
297 build_inter_predictors2b(x, d0, d0->predictor, 8, base_pre, pre_stride);
312 build_inter_predictors2b(x, d0, d0->predictor, 8, base_pre, pre_stride);
/external/libvpx/libvpx/vp8/common/arm/
H A Dreconintra_arm.c29 unsigned char *ypred_ptr = x->predictor;
49 unsigned char *ypred_ptr = x->predictor;
/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/libvpx/vp8/encoder/
H A Dencodeintra.c63 b->predictor, 16, top_left);
73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride);
77 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
H A Dtemporal_filter.c244 DECLARE_ALIGNED_ARRAY(16, unsigned char, predictor, 16*16 + 8*8 + 8*8);
329 predictor);
335 predictor,
345 predictor + 256,
355 predictor + 320,
H A Dasm_enc_offsets.c43 DEFINE(vp8_blockd_predictor, offsetof(BLOCKD, predictor));
H A Drdopt.c520 int pt ; /* surrounding block/prev coef predictor */
586 mb->block[0].src_stride, mb->e_mbd.predictor, 16);
618 static void copy_predictor(unsigned char *dst, const unsigned char *predictor) argument
620 const unsigned int *p = (const unsigned int *)predictor;
648 * The predictor buffer is a 2d buffer with a stride of 16. Create
669 b->predictor, 16, top_left);
692 copy_predictor(best_predictor, b->predictor);
790 xd->predictor,
842 &x->e_mbd.predictor[256], &x->e_mbd.predictor[32
[all...]
H A Dpickinter.c125 dptr = b->predictor;
161 b->predictor, 16, top_left);
813 x->e_mbd.predictor, 16, &sse);
838 xd->predictor,
842 x->e_mbd.predictor, 16, &sse);
889 /* Use parent MV as predictor. Adjust search range
1269 xd->predictor,
1272 (*(b->base_src), b->src_stride, xd->predictor, 16, &sse);
H A Dencodemb.c26 unsigned char *pred_ptr = bd->predictor;
/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
/external/ceres-solver/examples/
H A Dnist.cc167 Matrix predictor() const { return predictor_; } function in class:NISTProblem
347 Matrix predictor = nist_problem.predictor(); local
362 new Model(predictor.data() + nist_problem.predictor_size() * i,

Completed in 1551 milliseconds