HomeSort by relevance Sort by last modified time
    Searched refs:neighbour_t (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_neighbour.h 59 } neighbour_t; typedef in typeref:struct:__anon29881
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);
h264bsd_neighbour.c 64 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)
h264bsd_inter_prediction.c 83 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;
    [all...]
h264bsd_intra_prediction.c 190 u32 available, neighbour_t *nA, neighbour_t *nB, u32 index,
269 neighbour_t neighbour, neighbourB;
705 neighbour_t neighbour, neighbourB;
    [all...]
h264bsd_macroblock_layer.c 817 const neighbour_t *neighbourA, *neighbourB;
    [all...]

Completed in 193 milliseconds