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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_internal.h142 uint8_t *deintTemp; member in struct:PPContext
H A Dpostprocess_template.c3410 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x);
3416 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x);
3418 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
3544 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x);
3550 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x);
3552 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
H A Dpostprocess.c887 reallocAlign((void **)&c->deintTemp, 8, 2*width+32);
941 av_free(c->deintTemp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_internal.h142 uint8_t *deintTemp; member in struct:PPContext
H A Dpostprocess_template.c3331 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x);
3337 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x);
3339 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
3465 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x);
3471 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x);
3473 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
H A Dpostprocess.c917 reallocAlign((void **)&c->deintTemp, 8, 2*width+32);
963 av_free(c->deintTemp);

Completed in 104 milliseconds