Home
last modified time | relevance | path

Searched refs:neighbour_t (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_neighbour.h59 } neighbour_t; typedef
72 const neighbour_t* h264bsdNeighbour4x4BlockA(u32 blockIndex);
73 const neighbour_t* h264bsdNeighbour4x4BlockB(u32 blockIndex);
74 const neighbour_t* h264bsdNeighbour4x4BlockC(u32 blockIndex);
75 const neighbour_t* h264bsdNeighbour4x4BlockD(u32 blockIndex);
Dh264bsd_neighbour.c64 static const neighbour_t N_A_4x4B[24] = {
73 static const neighbour_t N_B_4x4B[24] = {
82 static const neighbour_t N_C_4x4B[24] = {
91 static const neighbour_t N_D_4x4B[24] = {
241 const neighbour_t* h264bsdNeighbour4x4BlockA(u32 blockIndex) in h264bsdNeighbour4x4BlockA()
272 const neighbour_t* h264bsdNeighbour4x4BlockB(u32 blockIndex) in h264bsdNeighbour4x4BlockB()
303 const neighbour_t* h264bsdNeighbour4x4BlockC(u32 blockIndex) in h264bsdNeighbour4x4BlockC()
334 const neighbour_t* h264bsdNeighbour4x4BlockD(u32 blockIndex) in h264bsdNeighbour4x4BlockD()
Dh264bsd_inter_prediction.c83 static const neighbour_t N_A_SUB_PART[4][4][4] = {
104 static const neighbour_t N_B_SUB_PART[4][4][4] = {
125 static const neighbour_t N_C_SUB_PART[4][4][4] = {
146 static const neighbour_t N_D_SUB_PART[4][4][4] = {
840 const neighbour_t *n; in MvPrediction()
Dh264bsd_intra_prediction.c190 u32 available, neighbour_t *nA, neighbour_t *nB, u32 index,
269 neighbour_t neighbour, neighbourB; in h264bsdIntra4x4Prediction()
705 neighbour_t neighbour, neighbourB; in h264bsdIntra4x4Prediction()
1882 u32 available, neighbour_t *nA, neighbour_t *nB, u32 index, in DetermineIntra4x4PredMode()
Dh264bsd_macroblock_layer.c817 const neighbour_t *neighbourA, *neighbourB; in DetermineNc()