Searched refs:quant_t (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dec/ |
D | vp8i.h | 137 typedef int quant_t[2]; // [DC / AC]. Can be 'uint16_t[2]' too (~slower). typedef 139 quant_t y1_mat_, y2_mat_, uv_mat_;
|
D | vp8.c | 417 int ctx, const quant_t dq, int n, int16_t* out) { in GetCoeffs()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8i.h | 168 typedef int quant_t[2]; // [DC / AC]. Can be 'uint16_t[2]' too (~slower). typedef 170 quant_t y1_mat_, y2_mat_, uv_mat_;
|
D | vp8.c | 502 int ctx, const quant_t dq, int n, int16_t* out) { in GetCoeffs()
|