Home | History | Annotate | Download | only in source

Lines Matching refs:blockIndex

232             blockIndex  indicates the block whose neighbours are wanted
241 const neighbour_t* h264bsdNeighbour4x4BlockA(u32 blockIndex)
248 ASSERT(blockIndex < 24);
250 return(N_A_4x4B+blockIndex);
263 blockIndex indicates the block whose neighbours are wanted
272 const neighbour_t* h264bsdNeighbour4x4BlockB(u32 blockIndex)
279 ASSERT(blockIndex < 24);
281 return(N_B_4x4B+blockIndex);
294 blockIndex indicates the block whose neighbours are wanted
303 const neighbour_t* h264bsdNeighbour4x4BlockC(u32 blockIndex)
310 ASSERT(blockIndex < 24);
312 return(N_C_4x4B+blockIndex);
325 blockIndex indicates the block whose neighbours are wanted
334 const neighbour_t* h264bsdNeighbour4x4BlockD(u32 blockIndex)
341 ASSERT(blockIndex < 24);
343 return(N_D_4x4B+blockIndex);