HomeSort by relevance Sort by last modified time
    Searched full:predictor (Results 51 - 75 of 169) sorted by null

1 23 4 5 6 7

  /external/chromium/chrome/browser/net/
predictor_api.cc 155 static Predictor* g_predictor = NULL;
190 &Predictor::ResolveList, urls, motivation));
259 const GURL url_without_path(Predictor::CanonicalizeUrl(url));
274 DCHECK(it->first == Predictor::CanonicalizeUrl(it->first));
431 Predictor* global_predictor,
referrer.cc 13 #include "chrome/browser/net/predictor.h"
referrer.h 12 // All access to this class is performed via the Predictor class, which only
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
q_gain_c.cpp 134 (for MR122 MA predictor update)
137 (for other MA predictor update)
197 /* (for MR122 MA predictor update) */
199 /* (for other MA predictor update) */
288 /* quantized error energies (for MA predictor update) */
qgain475.cpp 383 This function calculates the final fixed codebook gain and the predictor
384 update values, and updates the gain predictor.
401 gc_predState *pred_st, // i/o: gain predictor state struct
432 * calculate predictor update values and update gain predictor: *
475 gc_predState *pred_st, /* i/o: gain predictor state struct */
511 * calculate predictor update values and update gain predictor: *
571 gain predictor with the (bounded) prediction error.
588 gc_predState *pred_st, // i/o: gain predictor state struc
    [all...]
qgain475.h 119 * gain predictor with the (bounded) prediction error
124 gc_predState *pred_st, /* i/o: gain predictor state struct */
143 gc_predState *pred_st, /* i/o: gain predictor state struct */
qua_gain.cpp 136 (for MR122 MA predictor update)
138 (for other MA predictor update)
205 /* (for MR122 MA predictor update) */
207 /* (for other MA predictor update) */
375 * read quantized gains and new values for MA predictor memories *
q_gain_c.h 121 /* (for MR122 MA predictor update) */
123 /* (for other MA predictor update) */
qgain795.h 126 /* (for MR122 MA predictor update) */
128 /* (for other MA predictor update) */
gain_q.cpp 509 state of codebook gain predictor */
522 /* predict codebook gain (using "unquantized" predictor)*/
570 "unquantized" predictor */
583 /* predict codebook gain (using "unquantized" predictor) */
615 /* run real (4-dim) quantizer and update real gain predictor */
  /external/libvpx/vp8/decoder/
threading.c 177 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,
    [all...]
  /external/flac/libFLAC/include/private/
lpc.h 87 * and there is no point in calculating a predictor.
157 * predictor.
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 37 ; * the predictor block are in the same macroblock.
38 ; * [in] predQP quantization parameter of the predictor block
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 136 int dc_pred; // DC predictor
  /external/speex/libspeex/
ltp.h 57 /** Finds the best quantized 3-tap pitch predictor by analysis by synthesis */
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dec_gain.cpp 110 pred_state = pointer to MA predictor state of type gc_predState
118 pred_state = pointer to MA predictor state of type gc_predState
182 gc_predState *pred_state, /* i/o: MA predictor state */
232 * calculate predictor update values (not stored in 4.75 *
d_gain_c.cpp 58 pred_state = pointer to sturcture type gc_predState. MA predictor state
65 pred_state = pointer to sturcture type gc_predState. MA predictor state
191 gc_predState *pred_state, /* i/o : MA predictor state */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
qua_gain.h 120 /* (for MR122 MA predictor update) */
122 /* (for other MA predictor update) */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 43 * predictor coefficient a[M]. *
61 Word16 a[], /* (i) Q12 : predictor coefficients */
  /external/flac/include/FLAC/
format.h 136 /** The minimum quantized linear predictor coefficient precision
141 /** The maximum quantized linear predictor coefficient precision
305 /**< Warmup samples to prime the predictor, length == order. */
331 /**< Warmup samples to prime the predictor, length == order. */
    [all...]
  /external/libvpx/vp8/encoder/
pickinter.c 157 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);
rdopt.c 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 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.
    [all...]
  /external/chromium/chrome/browser/
io_thread.cc 516 // TODO(willchan): Stop reference counting Predictor. It's owned by
599 predictor_ = new chrome_browser_net::Predictor(
619 predictor_->Predictor::DiscardAllResults();
  /external/valgrind/main/cachegrind/docs/
cg-manual.xml 18 hierarchy and (optionally) branch predictor. It simulates a machine with
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 91 * block and the predictor block are in the same
93 * [in] predQP quantization parameter of the predictor block
151 * [out] predQP quantization parameter of the predictor block
    [all...]

Completed in 721 milliseconds

1 23 4 5 6 7