HomeSort by relevance Sort by last modified time
    Searched full:sample_max (Results 1 - 6 of 6) sorted by null

  /external/aac/libSYS/include/
machine_type.h 203 #define SAMPLE_MAX (((LONG)1<<(SAMPLE_BITS-1))-1)
204 #define SAMPLE_MIN (~SAMPLE_MAX)
  /external/libpng/
pngset.c 943 int sample_max = (1 << info_ptr->bit_depth); local
946 trans_color->gray > sample_max) ||
948 (trans_color->red > sample_max ||
949 trans_color->green > sample_max ||
950 trans_color->blue > sample_max)))
    [all...]
pngtest.c 1304 int sample_max = (1 << bit_depth); local
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngset.c 942 int sample_max = (1 << info_ptr->bit_depth); local
945 trans_color->gray > sample_max) ||
947 (trans_color->red > sample_max ||
948 trans_color->green > sample_max ||
949 trans_color->blue > sample_max)))
    [all...]
  /external/libopus/celt/
celt_encoder.c 1299 opus_val32 sample_max; local
    [all...]
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 678 aacDec->hLimiter = createLimiter(TDL_ATTACK_DEFAULT_MS, TDL_RELEASE_DEFAULT_MS, SAMPLE_MAX, (8), 96000);
    [all...]

Completed in 215 milliseconds