/external/speex/libspeex/ |
modes.h | 74 /** Long-term predictor quantization */ 101 /*Long-term predictor functions*/ 102 ltp_quant_func ltp_quant; /**< Long-term predictor (pitch) quantizer */ 103 ltp_unquant_func ltp_unquant; /**< Long-term predictor (pitch) un-quantizer */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_SetPredDir.c | 39 * [out] predQP quantization parameter of the predictor block
|
omxVCM4P2_PredictReconCoefIntra.c | 43 * predQP especially when the current block and the predictor block 45 * predQP - quantization parameter of the predictor block
|
armVCM4P2_ACDCPredict.c | 41 * block and the predictor block are in the same 43 * [in] predQP quantization parameter of the predictor block
|
/external/chromium/chrome/browser/net/ |
predictor.h | 5 // A Predictor object is instantiated once in the browser process, and manages 48 // Note that Predictor is not thread safe, and must only be called from 50 class Predictor : public base::RefCountedThreadSafe<Predictor> { 58 Predictor(net::HostResolver* host_resolver, 139 friend class base::RefCountedThreadSafe<Predictor>; 207 ~Predictor(); 335 ScopedRunnableMethodFactory<Predictor> trim_task_factory_; 337 DISALLOW_COPY_AND_ASSIGN(Predictor);
|
url_info.h | 8 // It includes progress, from placement in the Predictor's queue, to resolution 77 // initializing of the Predictor's map (of info for Hostnames).
|
/external/libvpx/vp8/encoder/x86/ |
subtract_mmx.asm | 15 ; short *diff, unsigned char *Predictor, 28 mov rax, arg(3) ;Predictor 169 ;unsigned char *Predictor= upred; 175 add rax, 256 ;Predictor = pred + 256 299 ;unsigned char *Predictor= vpred; 305 add rax, 320 ;Predictor = pred + 320
|
temporal_filter_apply_sse2.asm | 59 mov rdx, arg(2) ; predictor frame 94 movdqa xmm2, [rdx] ; predictor (frame2) 141 ; load and extract the predictor up to shorts
|
subtract_sse2.asm | 15 ; short *diff, unsigned char *Predictor, 28 mov rax, arg(3) ;Predictor 163 add rax, 256 ;Predictor = pred + 256 257 add rax, 64 ;Predictor = pred + 320
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 29 ; * [out]predQP quantization parameter of the predictor block
|
omxVCM4P2_PredictReconCoefIntra_s.s | 37 ; * the predictor block are in the same macroblock. 38 ; * [in] predQP quantization parameter of the predictor block
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 29 ; * [out]predQP quantization parameter of the predictor block
|
/external/chromium/chrome/browser/ |
io_thread.h | 29 class Predictor; 92 // Initializes the network predictor, which induces DNS pre-resolution and/or 203 chrome_browser_net::Predictor* predictor_;
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
gc_pred.h | 97 Word16 past_qua_en[4]; /* normal MA predictor memory, Q10 */ 99 Word16 past_qua_en_MR122[4]; /* MA predictor memory for MR122 mode, Q10 */ 109 /* reset of codebook gain MA predictor state (i.e. set state memory to zero) 113 /* de-initialize codebook gain MA predictor state (i.e. free state struct) 144 * PURPOSE: update MA predictor with last quantized energy 156 * PURPOSE: get average of MA predictor state values (with a lower limit)
|
/external/libvpx/vpx/ |
vp8cx.h | 45 * predictor. When not set, the encoder will choose whether to use the 54 * predictor. When not set, the encoder will choose whether to use the 63 * predictor. When not set, the encoder will choose whether to use the
|
/external/libvpx/vp8/encoder/ |
asm_enc_offsets.c | 57 DEFINE(vp8_blockd_predictor, offsetof(BLOCKD, predictor));
|
encodemb.c | 32 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);
|
temporal_filter.c | 301 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
|
/external/libvpx/vp8/common/ |
blockd.h | 192 unsigned char *predictor; member in struct:__anon7671 216 DECLARE_ALIGNED(16, unsigned char, predictor[384]);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ppp-comp.h | 206 #define CI_PREDICTOR_1 1 /* config option for Predictor-1 */ 208 #define CI_PREDICTOR_2 2 /* config option for Predictor-2 */
|
/external/ppp/pppd/include/net/ |
ppp-comp.h | 261 #define CI_PREDICTOR_1 1 /* config option for Predictor-1 */ 263 #define CI_PREDICTOR_2 2 /* config option for Predictor-2 */
|
/external/ppp/pppd/ |
ccp.c | 103 "request Predictor-1", OPT_PRIO | 1 }, 105 "don't allow Predictor-1", OPT_PRIOSUB | OPT_A2CLR, 108 "don't allow Predictor-1", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR, 778 /* XXX Should Predictor 2 be preferable to Predictor 1? */ 972 * Predictor-1 and 2 have no options, so they can't be Naked. [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
qgain795.cpp | 147 (for MR122 MA predictor update) 150 (for other MA predictor update) 219 /* (for MR122 MA predictor update) */ 221 /* (for other MA predictor update) */ 363 * read quantized gains and new values for MA predictor memories * 412 (for MR122 MA predictor update) 414 (for other MA predictor update) 488 /* (for MR122 MA predictor update) */ 490 /* (for other MA predictor update) */ 690 * read quantized gains and new values for MA predictor memories [all...] |
/external/libvpx/vp8/decoder/ |
decodframe.c | 109 /* 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,
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
get_ics_info.cpp | 144 This function does NOT support MPEG2 style AAC Frequency Domain Predictor, 527 * Note that the predictor data bit has already been 532 * If the object type is LTP, the predictor data is 533 * LTP. If the object type is not LTP, the predictor data 534 * is so called "frequency predictor data", which is not 573 * Note that the predictor data bit has already been 579 * frequency predictor data, not supported by this
|