Searched refs:tempDst (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libpostproc/ |
D | postprocess_template.c | 3330 uint8_t * const tempDst= (dstStride > 0 ? c.tempDst : c.tempDst - 23*dstStride) + 32; in RENAME() local 3423 uint8_t *dstBlock= tempDst + dstStride; in RENAME() 3458 linecpy(dst, tempDst + 9*dstStride, copyAhead, dstStride); in RENAME() 3462 memcpy(dst + i*dstStride, tempDst + (9+i)*dstStride, width); in RENAME() 3492 linecpy(tempDst, dstBlock - dstStride, FFMIN(height-y+1, copyAhead+1), dstStride); in RENAME() 3496 memcpy(tempDst + dstStride*i, dst + dstStride*(height-1), FFABS(dstStride)); in RENAME() 3498 dstBlock= tempDst + dstStride; in RENAME() 3693 linecpy(dstBlock, tempDst + dstStride, height-y, dstStride); in RENAME() 3697 memcpy(dstBlock + i*dstStride, tempDst + (i+1)*dstStride, width); in RENAME()
|
D | postprocess_internal.h | 139 uint8_t *tempDst; member
|
D | postprocess.c | 854 reallocAlign((void **)&c->tempDst, stride*24+32); in reallocBuffers() 923 av_free(c->tempDst); in pp_free_context()
|