Home
last modified time | relevance | path

Searched refs:kZigzag (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c48 static const uint8_t kZigzag[16] = { variable
154 j = kZigzag[n - 1]; in GetCoeffs()
/external/webp/src/enc/
Dquant.c107 static const uint8_t kZigzag[16] = { variable
574 const int j = kZigzag[n]; in TrellisQuantizeBlock()
599 const int j = kZigzag[n]; in TrellisQuantizeBlock()
699 const int j = kZigzag[n]; in TrellisQuantizeBlock()
/external/webp/src/dsp/
Denc.c597 static const uint8_t kZigzag[16] = { variable
607 const int j = kZigzag[n]; in QuantizeBlock()
632 const int j = kZigzag[n]; in QuantizeBlockWHT()
/external/webp/src/dec/
Dvp8.c385 static const uint8_t kZigzag[16] = { variable
444 out[kZigzag[n]] = VP8GetSigned(br, v) * dq[n > 0]; in GetCoeffs()