Home
last modified time | relevance | path

Searched refs:quant_t (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dec/
Dvp8i_dec.h136 typedef int quant_t[2]; // [DC / AC]. Can be 'uint16_t[2]' too (~slower). typedef
138 quant_t y1_mat_, y2_mat_, uv_mat_;
Dvp8_dec.c34 int ctx, const quant_t dq, int n, int16_t* out);
441 int ctx, const quant_t dq, int n, int16_t* out) { in GetCoeffsFast()
471 int ctx, const quant_t dq, int n, int16_t* out) { in GetCoeffsAlt()