Searched refs:VP8Matrix (Results 1 – 14 of 14) sorted by relevance
/external/webp/src/dsp/ |
D | dsp.h | 160 struct VP8Matrix; // forward declaration 162 const struct VP8Matrix* const mtx); 165 const struct VP8Matrix* const mtx); 172 const struct VP8Matrix* const mtx);
|
D | enc_sse41.c | 236 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()
|
D | enc_mips32.c | 191 const VP8Matrix* const mtx) { in QuantizeBlock() 242 const VP8Matrix* const mtx) { in Quantize2Blocks()
|
D | enc.c | 625 const VP8Matrix* const mtx) { in QuantizeBlock() 651 const VP8Matrix* const mtx) { in Quantize2Blocks() 659 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
|
D | enc_neon.c | 821 const VP8Matrix* const mtx, int offset) { in Quantize() 855 const VP8Matrix* const mtx) { in QuantizeBlock() 897 const VP8Matrix* const mtx) { in Quantize2Blocks()
|
D | enc_sse2.c | 1310 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()
|
D | enc_mips_dsp_r2.c | 1274 const VP8Matrix* const mtx) { in QuantizeBlock() 1315 const VP8Matrix* const mtx) { in Quantize2Blocks()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | dsp.h | 83 struct VP8Matrix; // forward declaration 85 int n, const struct VP8Matrix* const mtx);
|
D | enc.c | 632 int n, const VP8Matrix* const mtx) { in QuantizeBlock()
|
D | enc_sse2.c | 813 int n, const VP8Matrix* const mtx) { in QuantizeBlockSSE2()
|
/external/webp/src/enc/ |
D | vp8enci.h | 182 typedef struct VP8Matrix { struct 188 } VP8Matrix; argument 191 VP8Matrix y1_, y2_, uv_; // quantization matrices
|
D | quant.c | 210 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix() 573 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | vp8enci.h | 236 typedef struct VP8Matrix { struct 242 } VP8Matrix; argument 245 VP8Matrix y1_, y2_, uv_; // quantization matrices
|
D | quant.c | 143 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix() 490 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
|