HomeSort by relevance Sort by last modified time
    Searched full:quantizer (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /external/libvpx/libvpx/test/
test-data.sha1 125 ce881e567fe1d0fbcb2d3e9e6281a1a8d74d82e0 vp90-2-00-quantizer-00.webm
126 ac5eda33407d0521c7afca43a63fd305c0cd9d13 vp90-2-00-quantizer-00.webm.md5
127 2ca0463f2cfb93d25d7dded174db70b7cb87cb48 vp90-2-00-quantizer-01.webm
128 10d98884fc6d9a5f47a2057922b8e25dd48d7786 vp90-2-00-quantizer-01.webm.md5
129 d80a2920a5e0819d69dcba8fe260c01f820f8982 vp90-2-00-quantizer-02.webm
130 c964c8e5e04165fabbf1c6ee8ee5121d35921965 vp90-2-00-quantizer-02.webm.md5
131 fdef046777b5b75c962b715d809dbe2ea331afb9 vp90-2-00-quantizer-03.webm
132 f270bee0b0c7aa2bf4c5afe098556b4f3f890faf vp90-2-00-quantizer-03.webm.md5
133 66d98609e809394a6ac730787e6724e3badc075a vp90-2-00-quantizer-04.webm
134 427433bfe121c4aea1095ec3124fdc174d200e3a vp90-2-00-quantizer-04.webm.md
    [all...]
test_vector_test.cc 63 "vp90-2-00-quantizer-00.webm", "vp90-2-00-quantizer-01.webm",
64 "vp90-2-00-quantizer-02.webm", "vp90-2-00-quantizer-03.webm",
65 "vp90-2-00-quantizer-04.webm", "vp90-2-00-quantizer-05.webm",
66 "vp90-2-00-quantizer-06.webm", "vp90-2-00-quantizer-07.webm",
67 "vp90-2-00-quantizer-08.webm", "vp90-2-00-quantizer-09.webm"
    [all...]
test.mk 234 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-00-quantizer-00.webm
235 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-00-quantizer-00.webm.md5
236 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-00-quantizer-01.webm
237 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-00-quantizer-01.webm.md5
238 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-00-quantizer-02.webm
239 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-00-quantizer-02.webm.md5
240 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-00-quantizer-03.webm
241 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-00-quantizer-03.webm.md5
242 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-00-quantizer-04.webm
243 LIBVPX_TEST_DATA-$(CONFIG_VP9_DECODER) += vp90-2-00-quantizer-04.webm.md
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp 39 int16 quantizer; local
65 quantizer = (int16) BitstreamReadBits16(stream, currVol->quantPrecision);
66 if (quantizer == 0) return PV_FAIL; /* 04/03/01 */
68 currVop->quantizer = quantizer;
150 int16 quantizer; local
187 quantizer = (int16) BitstreamReadBits16(stream, quantPrecision);
188 if (quantizer == 0) return PV_FAIL; /* 04/03/01 */
190 currVop->quantizer = quantizer;
201 int16 quantizer; local
    [all...]
mp4lib_int.h 70 int16 quantizer; /* VOP quantizer */ member in struct:tagVop
107 int quantPrecision; /* Quantizer precision */
228 int16 *QPMB; /* Quantizer value for each MB */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_tables.h 70 /* quantizer representation levels */
75 /* cdf tables for quantizer indices */
80 /* pointers to cdf tables for quantizer indices */
spectrum_ar_model_tables.h 46 /* initial indices for AR reflection coefficient quantizer and cdf table search */
69 /* Gain initial index for gain quantizer and cdf table search */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_tables.h 58 /* offsets for quantizer representation levels */
63 /* quantizer representation levels */
68 /* cdf tables for quantizer indices */
73 /* pointers to cdf tables for quantizer indices */
spectrum_ar_model_tables.h 66 /* initial indices for AR reflection coefficient quantizer and cdf table search */
89 /* Gain initial index for gain quantizer and cdf table search */
  /external/libgsm/src/
table.c 36 /* Table 4.3a Decision level of the LTP gain quantizer
42 /* Table 4.3b Quantization levels of the LTP gain quantizer
  /external/libvpx/libvpx/examples/
vp8_set_maps.txt 9 each macroblock in the image to a region, and then set quantizer and
22 columns, where the quantizer, loopfilter, and static threshold differ
  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 26 SEG_LVL_ALT_Q = 0, // Use alternate Quantizer ....
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
interface.h 19 Content: psychoaccoustic/quantizer structures and interface
  /external/libvpx/libvpx/
CHANGELOG 213 vpxenc: add quantizer histogram display
311 SSSE3 version of fast quantizer
332 Tuning for the more exact quantizer.
335 Limit key frame quantizer for forced key frames.
338 make rdmult adaptive for intra in quantizer RDO
339 cap the best quantizer for 2nd order DC
353 quantizer: fix assertion in fast quantizer path
464 Improved control of active min quantizer for two pass.
486 Normalize quantizer's zero bin and rounding factor
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
control_SNR.c 35 /* Control SNR of redidual quantizer */
main.h 137 /* Control SNR of redidual quantizer */
202 /* LTP tap quantizer */
289 /* NLSF Quantizer */
318 /* Delayed-decision quantizer for NLSF residuals */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
interface.c 19 Content: Interface psychoaccoustic/quantizer functions
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_packing.c 156 /* quantizer */
172 /* quantizer */
  /external/chromium_org/third_party/opus/src/silk/fixed/
process_gains_FIX.c 97 /* Set quantizer offset for voiced signals. Larger offset when LTP coding gain is low or tilt is high (ie low-pass) */
106 /* Quantizer boundary adjustment */
  /external/chromium_org/third_party/opus/src/silk/float/
process_gains_FLP.c 83 /* Set quantizer offset for voiced signals. Larger offset when LTP coding gain is low or tilt is high (ie low-pass) */
92 /* Quantizer boundary adjustment */
  /external/libvpx/libvpx/vp8/common/
blockd.h 90 MB_LVL_ALT_Q = 0, /* Use alternate Quantizer .... */
254 /* Per frame flags that define which MB level features (such as quantizer or loop filter level) */
  /external/speex/libspeex/
modes.h 102 ltp_quant_func ltp_quant; /**< Long-term predictor (pitch) quantizer */
103 ltp_unquant_func ltp_unquant; /**< Long-term predictor (pitch) un-quantizer */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h 44 Word16 past_isfq[M]; /* past isf quantizer */
55 Word16 qua_gain[4]; /* gain quantizer memory */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 61 Int quantizer; /* VOP quantizer */ member in struct:tagVOP
98 Int quantPrecision; /* Quantizer precision */
283 RDInfo **pRDSamples; /* pRDSamples[30][32], 30->30fps, 32 -> 5 bit quantizer, 32 candidates*/
391 UChar *QPMB; /* Quantizer value for each MB */
  /external/libvpx/libvpx/vpx/
vp8.h 22 * - 128 level linear quantizer

Completed in 796 milliseconds

1 2 3 4 5 6