Searched defs:min_s (Results 1 - 4 of 4) sorted by relevance

/external/webp/src/utils/
H A Dquant_levels_utils.c32 int min_s = 255, max_s = 0; local
55 if (min_s > data[n]) min_s = data[n];
65 inv_q_level[i] = min_s + (double)(max_s - min_s) * i / (num_levels - 1);
69 q_level[min_s] = 0;
71 assert(inv_q_level[0] == min_s);
81 for (s = min_s; s <= max_s; ++s) {
106 for (s = min_s; s <= max_s; ++s) {
125 for (s = min_s;
[all...]
/external/vulkan-validation-layers/windowsRuntimeInstaller/
H A Dconfigure_runtime.c84 inline size_t min_s(size_t a, size_t b) { return a > b ? a : b; } function
422 min_s(SDK_VERSION_BUFFER_SIZE - 1, strlen(version_string + borders[3] + 1)));
/external/v8/src/mips/
H A Dassembler-mips.cc2784 void Assembler::min_s(FPURegister fd, FPURegister fs, FPURegister ft) { function in class:v8::Assembler
/external/v8/src/mips64/
H A Dassembler-mips64.cc2348 void Assembler::min_s(FPURegister fd, FPURegister fs, FPURegister ft) { function in class:v8::internal::Assembler

Completed in 296 milliseconds