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

  /external/chromium_org/third_party/libpng/
pngset.c 863 int sample_max = (1 << info_ptr->bit_depth); local
865 (int)trans_values->gray > sample_max) ||
867 ((int)trans_values->red > sample_max ||
868 (int)trans_values->green > sample_max ||
869 (int)trans_values->blue > sample_max)))
    [all...]
  /external/libpng/
pngset.c 873 int sample_max = (1 << info_ptr->bit_depth); local
875 (int)trans_values->gray > sample_max) ||
877 ((int)trans_values->red > sample_max ||
878 (int)trans_values->green > sample_max ||
879 (int)trans_values->blue > sample_max)))
    [all...]
pngtest.c 1127 int sample_max = (1 << bit_depth); local
1130 (int)trans_values->gray > sample_max) ||
1132 ((int)trans_values->red > sample_max |
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 1285 opus_val32 sample_max; local
    [all...]

Completed in 828 milliseconds