HomeSort by relevance Sort by last modified time
    Searched refs:entropy (Results 101 - 125 of 173) sorted by null

1 2 3 45 6 7

  /external/opencv3/3rdparty/libjpeg/
jctrans.c 88 * Note: Entropy table assignment in jpeg_set_colorspace depends
136 /* Note: we do not copy the source's entropy table assignments;
172 /* Entropy encoding: either Huffman or arithmetic coding. */
268 * The data is obtained from the virtual arrays and fed to the entropy coder.
334 if (! (*cinfo->entropy->encode_mcu) (cinfo, MCU_buffer)) {
  /external/pdfium/third_party/libjpeg/
fpdfapi_jctrans.c 168 /* Entropy encoding: either Huffman or arithmetic coding. */
271 * The data is obtained from the virtual arrays and fed to the entropy coder.
337 if (! (*cinfo->entropy->encode_mcu) (cinfo, MCU_buffer)) {
fpdfapi_jdinput.c 258 (*cinfo->entropy->start_pass) (cinfo);
350 /* Reset progression state -- would be cleaner if entropy decoder did this */
jpeglib.h 231 int dc_tbl_no; /* DC entropy table selector (0..3) */
232 int ac_tbl_no; /* AC entropy table selector (0..3) */
424 boolean optimize_coding; /* TRUE=optimize entropy encoding parms */
505 struct jpeg_entropy_encoder * entropy; member in struct:jpeg_compress_struct
712 /* This field is shared between entropy decoder and marker parser.
727 struct jpeg_entropy_decoder * entropy; member in struct:jpeg_decompress_struct
    [all...]
  /external/webp/src/dsp/
lossless_enc_mips32.c 224 // Gather info for the bit entropy.
229 bit_entropy->entropy -= VP8LFastSLog2(*val_prev) * streak;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 357 struct msm_venc_entropycfg entropy; member in class:venc_dev
  /external/ImageMagick/MagickCore/
statistic.c     [all...]
  /external/tlsdate/src/
tlsdate-helper-plan9.c 93 #include "polarssl/entropy.h"
829 entropy_context entropy; local
866 entropy_init (&entropy);
867 if (0 != ctr_drbg_init (&ctr_drbg, entropy_func, &entropy,
    [all...]
tlsdate-helper.c 94 #include "polarssl/entropy.h"
969 entropy_context entropy; local
1006 entropy_init (&entropy);
1007 if (0 != ctr_drbg_init (&ctr_drbg, entropy_func, &entropy,
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 223 make use of entropy coding to save space. For this reason, a floor
225 component list. Entropy coding is thus provided as an abstraction,
237 final VQ/entropy encoding is provided by external codebook instances
243 Codebooks are a self-contained abstraction that perform entropy
244 decoding and, optionally, use the entropy-decoded integer value as an
248 The entropy coding in a Vorbis I codebook is provided by a standard
03-codebook.tex 9 statically configured probability model, instead packing all entropy
202 tree used for entropy decoding.
376 entropy coding context), or uses that entry number as an offset into
  /external/curl/lib/vtls/
gtls.c     [all...]
  /external/webp/src/enc/
backward_references.c 834 // Returns entropy for the given cache bits.
840 double entropy = MAX_ENTROPY; local
885 entropy = VP8LHistogramEstimateBits(histo) +
890 return entropy;
924 // Do a binary search to find the optimal entropy for cache_bits.
    [all...]
  /device/huawei/angler/
init.angler.rc 390 -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
399 -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
  /device/lge/bullhead/
init.bullhead.rc 328 -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
344 -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
  /device/moto/shamu/
init.shamu.rc 421 -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
434 -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0
  /external/libjpeg-turbo/
jdapistd.c 393 * the next iMCU row may have already been entropy-decoded. In this unique
403 /* If the next iMCU row has already been entropy-decoded, make sure that
452 * all of the entropy decoding occurs in jpeg_start_decompress(), assuming
481 (*cinfo->entropy->decode_mcu) (cinfo, NULL);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 463 struct msm_venc_entropycfg entropy; member in class:venc_dev
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 493 struct msm_venc_entropycfg entropy; member in class:venc_dev
  /device/asus/fugu/
init.fugu.rc 199 -e/data/misc/wifi/entropy.bin \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 249 ; default inverse zigzag table is defined in vp8/common/entropy.c
  /system/security/keystore/
keystore.cpp 36 KeyStore::KeyStore(Entropy* entropy, keymaster2_device_t* device, keymaster2_device_t* fallback)
37 : mEntropy(entropy), mDevice(device), mFallbackDevice(fallback) {
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 53 static int entropy; variable
74 bframes = entropy = 0;
82 property_get("vidc.debug.entropy", property_value, "1");
83 entropy = !!atoi(property_value);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 55 static int entropy; variable
148 bframes = entropy = 0;
156 property_get("vidc.debug.entropy", property_value, "1");
157 entropy = !!atoi(property_value);
    [all...]

Completed in 1077 milliseconds

1 2 3 45 6 7