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

  /external/chromium_org/third_party/libwebp/dsp/
enc_mips32.c 166 #define QUANTIZE_ONE(J, K, N) \
208 QUANTIZE_ONE( 0, 0, 0)
209 QUANTIZE_ONE( 2, 4, 2)
210 QUANTIZE_ONE( 8, 16, 4)
211 QUANTIZE_ONE(16, 32, 6)
212 QUANTIZE_ONE(10, 20, 8)
213 QUANTIZE_ONE( 4, 8, 10)
214 QUANTIZE_ONE( 6, 12, 12)
215 QUANTIZE_ONE(12, 24, 14)
216 QUANTIZE_ONE(18, 36, 16
    [all...]
  /external/webp/src/dsp/
enc_mips32.c 166 #define QUANTIZE_ONE(J, K, N) \
208 QUANTIZE_ONE( 0, 0, 0)
209 QUANTIZE_ONE( 2, 4, 2)
210 QUANTIZE_ONE( 8, 16, 4)
211 QUANTIZE_ONE(16, 32, 6)
212 QUANTIZE_ONE(10, 20, 8)
213 QUANTIZE_ONE( 4, 8, 10)
214 QUANTIZE_ONE( 6, 12, 12)
215 QUANTIZE_ONE(12, 24, 14)
216 QUANTIZE_ONE(18, 36, 16
    [all...]

Completed in 69 milliseconds