Searched defs:neighbour (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_neighbour.c53 * neighbour block belongs and the index of the neighbour block in question.
63 /* left neighbour for each block */
72 /* above neighbour for each block */
81 /* above-right neighbour for each block */
90 /* above-left neighbour for each block */
108 Initialize macroblock neighbours. Function sets neighbour
111 Pointers are set NULL if the neighbour does not fit into the
119 pMbStorage neighbour pointers of each mbStorage structure
182 Get pointer to neighbour macrobloc
198 h264bsdGetNeighbourMb(mbStorage_t *pMb, neighbourMb_e neighbour) argument
[all...]
H A Dh264bsd_intra_prediction.c269 neighbour_t neighbour, neighbourB; local
283 neighbour = *h264bsdNeighbour4x4BlockA(block);
284 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
303 &neighbour, &neighbourB, block, nMb, nMb2);
306 neighbour = *h264bsdNeighbour4x4BlockC(block);
307 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
315 neighbour = *h264bsdNeighbour4x4BlockD(block);
316 nMb = h264bsdGetNeighbourMb(pMb, neighbour.mb);
571 * is controlled by neighbour availability information in actual prediction
705 neighbour_t neighbour, neighbour local
[all...]

Completed in 57 milliseconds