• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/

Lines Matching refs:RENAME

63 static inline int RENAME(vertClassify)(uint8_t src[], int stride, PPContext *c){
180 static inline void RENAME(doVertLowPass)(uint8_t *src, int stride, PPContext *c)
365 static inline void RENAME(vertRK1Filter)(uint8_t *src, int stride, int QP)
463 static inline void RENAME(vertX1Filter)(uint8_t *src, int stride, PPContext *co)
589 static inline void RENAME(doVertDefFilter)(uint8_t src[], int stride, PPContext *c)
1147 static inline void RENAME(dering)(uint8_t src[], int stride, PPContext *c)
1500 static inline void RENAME(deInterlaceInterpolateLinear)(uint8_t src[], int stride)
1553 static inline void RENAME(deInterlaceInterpolateCubic)(uint8_t src[], int stride)
1617 static inline void RENAME(deInterlaceFF)(uint8_t src[], int stride, uint8_t *tmp)
1696 static inline void RENAME(deInterlaceL5)(uint8_t src[], int stride, uint8_t *tmp, uint8_t *tmp2)
1797 static inline void RENAME(deInterlaceBlendLinear)(uint8_t src[], int stride, uint8_t *tmp)
1898 static inline void RENAME(deInterlaceMedian)(uint8_t src[], int stride)
2019 static inline void RENAME(transpose1)(uint8_t *dst1, uint8_t *dst2, uint8_t *src, int srcStride)
2104 static inline void RENAME(transpose2)(uint8_t *dst, int dstStride, uint8_t *src)
2184 static inline void RENAME(tempNoiseReducer)(uint8_t *src, int stride,
2573 static av_always_inline void RENAME(do_a_deblock)(uint8_t *src, int step, int stride, PPContext *c){
3107 static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
3116 static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, const uint8_t src[], int srcStride,
3244 static inline void RENAME(duplicate)(uint8_t src[], int stride)
3269 static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
3423 RENAME(blockCopy)(dstBlock + dstStride*8, dstStride,
3426 RENAME(duplicate)(dstBlock + dstStride*8, dstStride);
3429 RENAME(deInterlaceInterpolateLinear)(dstBlock, dstStride);
3431 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x);
3433 RENAME(deInterlaceMedian)(dstBlock, dstStride);
3435 RENAME(deInterlaceInterpolateCubic)(dstBlock, dstStride);
3437 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x);
3439 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
3441 RENAME(deInterlaceBlendCubic)(dstBlock, dstStride);
3559 RENAME(blockCopy)(dstBlock + dstStride*copyAhead, dstStride,
3563 RENAME(deInterlaceInterpolateLinear)(dstBlock, dstStride);
3565 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x);
3567 RENAME(deInterlaceMedian)(dstBlock, dstStride);
3569 RENAME(deInterlaceInterpolateCubic)(dstBlock, dstStride);
3571 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x);
3573 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
3575 RENAME(deInterlaceBlendCubic)(dstBlock, dstStride);
3581 RENAME(vertX1Filter)(dstBlock, stride, &c);
3583 const int t= RENAME(vertClassify)(dstBlock, stride, &c);
3586 RENAME(doVertLowPass)(dstBlock, stride, &c);
3588 RENAME(doVertDefFilter)(dstBlock, stride, &c);
3590 RENAME(do_a_deblock)(dstBlock, stride, 1, &c);
3595 RENAME(transpose1)(tempBlock1, tempBlock2, dstBlock, dstStride);
3601 RENAME(vertX1Filter)(tempBlock1, 16, &c);
3604 const int t= RENAME(vertClassify)(tempBlock1, 16, &c);
3607 RENAME(doVertLowPass)(tempBlock1, 16, &c);
3609 RENAME(doVertDefFilter)(tempBlock1, 16, &c);
3611 RENAME(do_a_deblock)(tempBlock1, 16, 1, &c);
3614 RENAME(transpose2)(dstBlock-4, dstStride, tempBlock1 + 4*16);
3634 const int t= RENAME(horizClassify)(dstBlock-4, stride, &c);
3637 RENAME(doHorizLowPass)(dstBlock-4, stride, &c);
3639 RENAME(doHorizDefFilter)(dstBlock-4, stride, &c);
3642 RENAME(do_a_deblock)(dstBlock-8, 1, stride, &c);
3647 if(y>0) RENAME(dering)(dstBlock - stride - 8, stride, &c);
3652 RENAME(tempNoiseReducer)(dstBlock-8, stride,
3670 if(y > 0) RENAME(dering)(dstBlock - dstStride - 8, dstStride, &c);
3674 RENAME(tempNoiseReducer)(dstBlock-8, dstStride,