Searched refs:deintTemp (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_internal.h | 142 uint8_t *deintTemp; member
|
H A D | postprocess_template.c | 3442 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 D | postprocess.c | 848 reallocAlign((void **)&c->deintTemp, 2*width+32); in reallocBuffers() 906 av_free(c->deintTemp); in pp_free_context()
|
Completed in 8 milliseconds