Home
last modified time | relevance | path

Searched refs:deintTemp (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libpostproc/
H A Dpostprocess_internal.h142 uint8_t *deintTemp; member
H A Dpostprocess_template.c3442 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x); in postProcess()
3448 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x); in postProcess()
3450 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x); in postProcess()
3545 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x); in postProcess()
3551 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x); in postProcess()
3553 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x); in postProcess()
H A Dpostprocess.c848 reallocAlign((void **)&c->deintTemp, 2*width+32); in reallocBuffers()
906 av_free(c->deintTemp); in pp_free_context()

Completed in 8 milliseconds