• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/

Lines Matching defs:dstW

144 yuv2plane1_16_c_template(const int32_t *src, uint16_t *dest, int dstW,
151 for (i = 0; i < dstW; i++) {
159 const int32_t **src, uint16_t *dest, int dstW,
166 for (i = 0; i < dstW; i++) {
193 yuv2plane1_10_c_template(const int16_t *src, uint16_t *dest, int dstW,
199 for (i = 0; i < dstW; i++) {
207 const int16_t **src, uint16_t *dest, int dstW,
213 for (i = 0; i < dstW; i++) {
228 uint8_t *dest, int dstW, \
232 (uint16_t *) dest, dstW, is_be, bits); \
235 const int16_t **src, uint8_t *dest, int dstW, \
240 (uint16_t *) dest, dstW, is_be, bits); \
254 const int16_t **src, uint8_t *dest, int dstW,
258 for (i=0; i<dstW; i++) {
268 static void yuv2plane1_8_c(const int16_t *src, uint8_t *dest, int dstW,
272 for (i=0; i<dstW; i++) {
329 const int16_t **alpSrc, uint8_t *dest, int dstW,
337 for (i = 0; i < dstW; i += 2) {
380 const int16_t *abuf[2], uint8_t *dest, int dstW,
392 for (i = 0; i < dstW; i +=2) {
412 for (i = 0; i < dstW; i += 8) {
440 const int16_t *abuf0, uint8_t *dest, int dstW,
449 for (i = 0; i < dstW; i +=2) {
469 for (i = 0; i < dstW; i += 8) {
493 const int16_t **alpSrc, uint8_t *dest, int dstW, \
498 alpSrc, dest, dstW, y, fmt); \
503 const int16_t *abuf[2], uint8_t *dest, int dstW, \
507 dest, dstW, yalpha, uvalpha, y, fmt); \
512 const int16_t *abuf0, uint8_t *dest, int dstW, \
516 abuf0, dest, dstW, uvalpha, \
546 const int16_t **alpSrc, uint8_t *dest, int dstW,
551 for (i = 0; i < ((dstW + 1) >> 1); i++) {
583 const int16_t *abuf[2], uint8_t *dest, int dstW,
594 for (i = 0; i < ((dstW + 1) >> 1); i++) {
614 const int16_t *abuf0, uint8_t *dest, int dstW,
621 for (i = 0; i < ((dstW + 1) >> 1); i++) {
643 for (i = 0; i < ((dstW + 1) >> 1); i++) {
686 const int32_t **alpSrc, uint16_t *dest, int dstW,
692 for (i = 0; i < ((dstW + 1) >> 1); i++) {
759 const int32_t *abuf[2], uint16_t *dest, int dstW,
773 for (i = 0; i < ((dstW + 1) >> 1); i++) {
814 const int32_t *abuf0, uint16_t *dest, int dstW,
822 for (i = 0; i < ((dstW + 1) >> 1); i++) {
861 for (i = 0; i < ((dstW + 1) >> 1); i++) {
905 const int32_t **alpSrc, uint16_t *dest, int dstW,
910 for (i = 0; i < ((dstW + 1) >> 1); i++) {
962 const int32_t *abuf[2], uint16_t *dest, int dstW,
973 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1004 const int32_t *abuf0, uint16_t *dest, int dstW,
1011 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1039 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1077 const int16_t **_alpSrc, uint8_t *_dest, int dstW, \
1087 alpSrc, dest, dstW, y, fmt, hasAlpha); \
1092 const int16_t *_abuf[2], uint8_t *_dest, int dstW, \
1101 dest, dstW, yalpha, uvalpha, y, fmt, hasAlpha); \
1106 const int16_t *_abuf0, uint8_t *_dest, int dstW, \
1115 dstW, uvalpha, y, fmt, hasAlpha); \
1263 const int16_t **alpSrc, uint8_t *dest, int dstW,
1268 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1315 const int16_t *abuf[2], uint8_t *dest, int dstW,
1328 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1353 const int16_t *abuf0, uint8_t *dest, int dstW,
1361 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1383 for (i = 0; i < ((dstW + 1) >> 1); i++) {
1411 const int16_t **alpSrc, uint8_t *dest, int dstW, \
1416 alpSrc, dest, dstW, y, fmt, hasAlpha); \
1423 const int16_t *abuf[2], uint8_t *dest, int dstW, \
1427 dest, dstW, yalpha, uvalpha, y, fmt, hasAlpha); \
1434 const int16_t *abuf0, uint8_t *dest, int dstW, \
1438 dstW, uvalpha, y, fmt, hasAlpha); \
1606 int dstW, int y, enum AVPixelFormat target, int hasAlpha)
1617 for (i = 0; i < dstW; i++) {
1653 const int16_t *abuf[2], uint8_t *dest, int dstW,
1673 for (i = 0; i < dstW; i++) {
1695 const int16_t *abuf0, uint8_t *dest, int dstW,
1710 for (i = 0; i < dstW; i++) {
1727 for (i = 0; i < dstW; i++) {
1779 int dstW, int y)
1788 for (i = 0; i < dstW; i++) {
1847 for (i = 0; i < dstW; i++) {