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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_neighbour.h59 } neighbour_t; typedef in typeref:struct:__anon661
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);
H A 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)
272 const neighbour_t* h264bsdNeighbour4x4BlockB(u32 blockIndex)
303 const neighbour_t* h264bsdNeighbour4x4BlockC(u32 blockIndex)
334 const neighbour_t* h264bsdNeighbour4x4BlockD(u32 blockIndex)
H A 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;
H A Dh264bsd_intra_prediction.c190 u32 available, neighbour_t *nA, neighbour_t *nB, u32 index,
269 neighbour_t neighbour, neighbourB;
705 neighbour_t neighbour, neighbourB;
1882 u32 available, neighbour_t *nA, neighbour_t *nB, u32 index,
H A Dh264bsd_macroblock_layer.c817 const neighbour_t *neighbourA, *neighbourB;

Completed in 1552 milliseconds