Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_image.c48 extern const u32 h264bsdBlockX[];
211 x = h264bsdBlockX[block]; in h264bsdWriteOutputBlocks()
276 x = h264bsdBlockX[block & 0x3]; in h264bsdWriteOutputBlocks()
Dh264bsd_intra_prediction.c85 const u32 h264bsdBlockX[16] = variable
324 x = h264bsdBlockX[block]; in h264bsdIntra4x4Prediction()
948 x = h264bsdBlockX[blockNum]; in h264bsdAddResidual()
954 x = h264bsdBlockX[blockNum & 0x3]; in h264bsdAddResidual()
1401 x = h264bsdBlockX[blockNum]; in Get4x4NeighbourPels()
1853 x = h264bsdBlockX[blockNum]; in Write4x4To16x16()