Home
last modified time | relevance | path

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

/dports/multimedia/jmref/JM/lcommon/inc/
H A Dmemalloc.h78 extern int get_mem2Dpel_pad(imgpel ***array2D, int dim0, int dim1, int iPadY, int iPadX);
/dports/multimedia/jmref/JM/lcommon/src/
H A Dmemalloc.c881 int get_mem2Dpel_pad(imgpel ***array2D, int dim0, int dim1, int iPadY, int iPadX) in get_mem2Dpel_pad() function
939 mem_size += get_mem2Dpel_pad((*array3D)+i, dim1, dim2, iPadY, iPadX); in get_mem3Dpel_pad()
/dports/multimedia/jmref/JM/lencod/src/
H A Dmbuffer.c506 get_mem2Dpel_pad(&(s->imgY), size_y, size_x, IMG_PAD_SIZE_Y, IMG_PAD_SIZE_X); in alloc_storable_picture()
512 get_mem2Dpel_pad(&(s->imgY), size_y, size_x, IMG_PAD_SIZE_Y, IMG_PAD_SIZE_X); in alloc_storable_picture()
H A Dme_hme.c123 get_mem2Dpel_pad(&((*pHmeImage)[i]), iSy, iSx, offset_y, offset_x); in AllocHMEMemory()
/dports/multimedia/jmref/JM/ldecod/src/
H A Dmbuffer.c552 get_mem2Dpel_pad (&(s->imgY), size_y, size_x, p_Vid->iLumaPadY, p_Vid->iLumaPadX); in alloc_storable_picture()