Home
last modified time | relevance | path

Searched refs:VP8Matrix (Results 1 – 14 of 14) sorted by relevance

/external/webp/src/dsp/
Ddsp.h110 struct VP8Matrix; // forward declaration
112 const struct VP8Matrix* const mtx);
117 const struct VP8Matrix* const mtx);
Denc_sse2.c810 const VP8Matrix* const mtx) { in DoQuantizeBlock()
923 const VP8Matrix* const mtx) { in QuantizeBlock()
928 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
Denc_neon.c978 const VP8Matrix* const mtx, int offset) { in Quantize()
1012 const VP8Matrix* const mtx) { in QuantizeBlock()
Denc.c603 const VP8Matrix* const mtx) { in QuantizeBlock()
629 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
Denc_mips32.c194 const VP8Matrix* const mtx) { in QuantizeBlock()
/external/chromium_org/third_party/libwebp/dsp/
Ddsp.h110 struct VP8Matrix; // forward declaration
112 const struct VP8Matrix* const mtx);
117 const struct VP8Matrix* const mtx);
Denc_sse2.c810 const VP8Matrix* const mtx) { in DoQuantizeBlock()
923 const VP8Matrix* const mtx) { in QuantizeBlock()
928 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
Denc.c603 const VP8Matrix* const mtx) { in QuantizeBlock()
629 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
Denc_neon.c978 const VP8Matrix* const mtx, int offset) { in Quantize()
1012 const VP8Matrix* const mtx) { in QuantizeBlock()
Denc_mips32.c194 const VP8Matrix* const mtx) { in QuantizeBlock()
/external/chromium_org/third_party/libwebp/enc/
Dvp8enci.h238 typedef struct VP8Matrix { struct
244 } VP8Matrix; typedef
247 VP8Matrix y1_, y2_, uv_; // quantization matrices
Dquant.c186 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix()
553 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
/external/webp/src/enc/
Dvp8enci.h238 typedef struct VP8Matrix { struct
244 } VP8Matrix; argument
247 VP8Matrix y1_, y2_, uv_; // quantization matrices
Dquant.c186 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix()
553 const VP8Matrix* const mtx, in TrellisQuantizeBlock()