Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_image.c49 extern const u32 h264bsdBlockY[];
212 y = h264bsdBlockY[block]; in h264bsdWriteOutputBlocks()
277 y = h264bsdBlockY[block & 0x3]; in h264bsdWriteOutputBlocks()
Dh264bsd_intra_prediction.c87 const u32 h264bsdBlockY[16] = variable
325 y = h264bsdBlockY[block]; in h264bsdIntra4x4Prediction()
949 y = h264bsdBlockY[blockNum]; in h264bsdAddResidual()
955 y = h264bsdBlockY[blockNum & 0x3]; in h264bsdAddResidual()
1402 y = h264bsdBlockY[blockNum]; in Get4x4NeighbourPels()
1854 y = h264bsdBlockY[blockNum]; in Write4x4To16x16()