OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quant_t
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dec/
vp8i_dec.h
136
typedef int
quant_t
[2]; // [DC / AC]. Can be 'uint16_t[2]' too (~slower).
typedef
138
quant_t
y1_mat_, y2_mat_, uv_mat_;
vp8_dec.c
34
int ctx, const
quant_t
dq, int n, int16_t* out);
438
int ctx, const
quant_t
dq, int n, int16_t* out) {
468
int ctx, const
quant_t
dq, int n, int16_t* out) {
Completed in 64 milliseconds