Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddsp.h126 struct VP8Matrix; // forward declaration
128 const struct VP8Matrix* const mtx);
133 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.c977 const VP8Matrix* const mtx, int offset) { in Quantize()
1011 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/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()