Home
last modified time | relevance | path

Searched refs:VP8Zigzag (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dquant.c42 const uint8_t VP8Zigzag[16] = { variable
146 const int j = VP8Zigzag[i]; in ExpandMatrix()
443 const int j = VP8Zigzag[n]; in TrellisQuantizeBlock()
467 const int j = VP8Zigzag[n]; in TrellisQuantizeBlock()
563 const int j = VP8Zigzag[n]; in TrellisQuantizeBlock()
Dvp8enci.h162 extern const uint8_t VP8Zigzag[16];
Ddsp.c632 const int j = VP8Zigzag[n]; in QuantizeBlock()