Searched refs:ZIGZAG2RASTERDC (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
D | avcint_common.h | 790 const static uint8 ZIGZAG2RASTERDC[16] = {0, 4, 64, 128, 68, 8, 12, 72, 132, 192, 196, 136, 76, 140… variable
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | block.cpp | 465 idx = ZIGZAG2RASTERDC[k]; in dct_luma_16x16() 1172 idx = ZIGZAG2RASTERDC[k]; in TransQuantIntra16DC()
|