Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddsp.h160 struct VP8Matrix; // forward declaration
162 const struct VP8Matrix* const mtx);
165 const struct VP8Matrix* const mtx);
172 const struct VP8Matrix* const mtx);
Denc_sse41.c236 const VP8Matrix* const mtx) { in DoQuantizeBlock()
338 const VP8Matrix* const mtx) { in QuantizeBlock()
343 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
348 const VP8Matrix* const mtx) { in Quantize2Blocks()
Denc_mips32.c191 const VP8Matrix* const mtx) { in QuantizeBlock()
242 const VP8Matrix* const mtx) { in Quantize2Blocks()
Denc.c625 const VP8Matrix* const mtx) { in QuantizeBlock()
651 const VP8Matrix* const mtx) { in Quantize2Blocks()
659 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
Denc_neon.c821 const VP8Matrix* const mtx, int offset) { in Quantize()
855 const VP8Matrix* const mtx) { in QuantizeBlock()
897 const VP8Matrix* const mtx) { in Quantize2Blocks()
Denc_sse2.c1310 const VP8Matrix* const mtx) { in DoQuantizeBlock()
1421 const VP8Matrix* const mtx) { in QuantizeBlock()
1426 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
1431 const VP8Matrix* const mtx) { in Quantize2Blocks()
Denc_mips_dsp_r2.c1274 const VP8Matrix* const mtx) { in QuantizeBlock()
1315 const VP8Matrix* const mtx) { in Quantize2Blocks()
/external/opencv3/3rdparty/libwebp/dsp/
Ddsp.h83 struct VP8Matrix; // forward declaration
85 int n, const struct VP8Matrix* const mtx);
Denc.c632 int n, const VP8Matrix* const mtx) { in QuantizeBlock()
Denc_sse2.c813 int n, const VP8Matrix* const mtx) { in QuantizeBlockSSE2()
/external/webp/src/enc/
Dvp8enci.h182 typedef struct VP8Matrix { struct
188 } VP8Matrix; argument
191 VP8Matrix y1_, y2_, uv_; // quantization matrices
Dquant.c210 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix()
573 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
/external/opencv3/3rdparty/libwebp/enc/
Dvp8enci.h236 typedef struct VP8Matrix { struct
242 } VP8Matrix; argument
245 VP8Matrix y1_, y2_, uv_; // quantization matrices
Dquant.c143 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix()
490 const VP8Matrix* const mtx, in TrellisQuantizeBlock()