Searched refs:VP8Matrix (Results 1 – 14 of 14) sorted by relevance
/external/webp/src/dsp/ |
D | dsp.h | 110 struct VP8Matrix; // forward declaration 112 const struct VP8Matrix* const mtx); 117 const struct VP8Matrix* const mtx);
|
D | enc_sse2.c | 810 const VP8Matrix* const mtx) { in DoQuantizeBlock() 923 const VP8Matrix* const mtx) { in QuantizeBlock() 928 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
|
D | enc_neon.c | 978 const VP8Matrix* const mtx, int offset) { in Quantize() 1012 const VP8Matrix* const mtx) { in QuantizeBlock()
|
D | enc.c | 603 const VP8Matrix* const mtx) { in QuantizeBlock() 629 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
|
D | enc_mips32.c | 194 const VP8Matrix* const mtx) { in QuantizeBlock()
|
/external/chromium_org/third_party/libwebp/dsp/ |
D | dsp.h | 110 struct VP8Matrix; // forward declaration 112 const struct VP8Matrix* const mtx); 117 const struct VP8Matrix* const mtx);
|
D | enc_sse2.c | 810 const VP8Matrix* const mtx) { in DoQuantizeBlock() 923 const VP8Matrix* const mtx) { in QuantizeBlock() 928 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
|
D | enc.c | 603 const VP8Matrix* const mtx) { in QuantizeBlock() 629 const VP8Matrix* const mtx) { in QuantizeBlockWHT()
|
D | enc_neon.c | 978 const VP8Matrix* const mtx, int offset) { in Quantize() 1012 const VP8Matrix* const mtx) { in QuantizeBlock()
|
D | enc_mips32.c | 194 const VP8Matrix* const mtx) { in QuantizeBlock()
|
/external/chromium_org/third_party/libwebp/enc/ |
D | vp8enci.h | 238 typedef struct VP8Matrix { struct 244 } VP8Matrix; typedef 247 VP8Matrix y1_, y2_, uv_; // quantization matrices
|
D | quant.c | 186 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix() 553 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
|
/external/webp/src/enc/ |
D | vp8enci.h | 238 typedef struct VP8Matrix { struct 244 } VP8Matrix; argument 247 VP8Matrix y1_, y2_, uv_; // quantization matrices
|
D | quant.c | 186 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix() 553 const VP8Matrix* const mtx, in TrellisQuantizeBlock()
|