Home
last modified time | relevance | path

Searched refs:src_bgra (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/third_party/libyuv/source/
H A Dconvert.cc592 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
600 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) = in BGRAToI420()
602 if (!src_bgra || in BGRAToI420()
610 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
641 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
642 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
643 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
644 src_bgra += src_stride_bgra * 2; in BGRAToI420()
650 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
651 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/third_party/libyuv/source/
H A Dconvert.cc592 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
600 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) = in BGRAToI420()
602 if (!src_bgra || in BGRAToI420()
610 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
641 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
642 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
643 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
644 src_bgra += src_stride_bgra * 2; in BGRAToI420()
650 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
651 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/third_party/libyuv/source/
H A Dconvert.cc592 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
600 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) = in BGRAToI420()
602 if (!src_bgra || in BGRAToI420()
610 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
641 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
642 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
643 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
644 src_bgra += src_stride_bgra * 2; in BGRAToI420()
650 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
651 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/libyuv/source/
H A Dconvert.cc592 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
600 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) = in BGRAToI420()
602 if (!src_bgra || in BGRAToI420()
610 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
641 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
642 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
643 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
644 src_bgra += src_stride_bgra * 2; in BGRAToI420()
650 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
651 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/www/firefox/firefox-99.0/third_party/aom/third_party/libyuv/source/
H A Dconvert.cc592 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
600 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) = in BGRAToI420()
602 if (!src_bgra || in BGRAToI420()
610 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
641 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
642 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
643 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
644 src_bgra += src_stride_bgra * 2; in BGRAToI420()
650 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
651 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/third_party/libyuv/source/
H A Dconvert.cc592 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
600 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) = in BGRAToI420()
602 if (!src_bgra || in BGRAToI420()
610 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
641 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
642 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
643 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
644 src_bgra += src_stride_bgra * 2; in BGRAToI420()
650 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
651 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libyuv/source/
H A Dconvert.cc592 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
600 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int width) = in BGRAToI420()
602 if (!src_bgra || in BGRAToI420()
610 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
641 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
642 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
643 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
644 src_bgra += src_stride_bgra * 2; in BGRAToI420()
650 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
651 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/third_party/libyuv/source/
H A Dconvert.cc592 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
600 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix) = in BGRAToI420()
602 if (!src_bgra || in BGRAToI420()
610 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
641 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
642 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
643 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
644 src_bgra += src_stride_bgra * 2; in BGRAToI420()
650 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
651 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc555 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra, in BGRAToI420() argument
563 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int width) = in BGRAToI420()
565 if (!src_bgra || in BGRAToI420()
573 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
604 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
605 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
606 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
607 src_bgra += src_stride_bgra * 2; in BGRAToI420()
613 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
614 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libyuv/libyuv/source/
H A Dconvert.cc633 int BGRAToI420(const uint8* src_bgra, in BGRAToI420() argument
646 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int width) = in BGRAToI420()
648 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
654 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
717 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
718 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
719 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
720 src_bgra += src_stride_bgra * 2; in BGRAToI420()
726 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
727 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/net/pjsip/pjproject-2.11.1/third_party/yuv/source/
H A Dconvert.cc633 int BGRAToI420(const uint8* src_bgra, in BGRAToI420() argument
646 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int width) = in BGRAToI420()
648 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
654 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
717 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
718 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
719 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
720 src_bgra += src_stride_bgra * 2; in BGRAToI420()
726 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
727 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
H A Drow_neon64.cc1414 void BGRAToUVRow_NEON(const uint8* src_bgra, in BGRAToUVRow_NEON() argument
1419 const uint8* src_bgra_1 = src_bgra + src_stride_bgra; in BGRAToUVRow_NEON()
1441 : "+r"(src_bgra), // %0 in BGRAToUVRow_NEON()
1880 void BGRAToYRow_NEON(const uint8* src_bgra, uint8* dst_y, int width) { in BGRAToYRow_NEON() argument
1896 : "+r"(src_bgra), // %0 in BGRAToYRow_NEON()
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/third_party/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/multimedia/libvpx/libvpx-1.11.0/third_party/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/www/firefox/firefox-99.0/media/libyuv/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libyuv/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libyuv/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert.cc701 int BGRAToI420(const uint8_t* src_bgra, in BGRAToI420() argument
715 void (*BGRAToYRow)(const uint8_t* src_bgra, uint8_t* dst_y, int width) = in BGRAToI420()
717 if (!src_bgra || !dst_y || !dst_u || !dst_v || width <= 0 || height == 0) { in BGRAToI420()
723 src_bgra = src_bgra + (height - 1) * src_stride_bgra; in BGRAToI420()
770 BGRAToUVRow(src_bgra, src_stride_bgra, dst_u, dst_v, width); in BGRAToI420()
771 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()
772 BGRAToYRow(src_bgra + src_stride_bgra, dst_y + dst_stride_y, width); in BGRAToI420()
773 src_bgra += src_stride_bgra * 2; in BGRAToI420()
779 BGRAToUVRow(src_bgra, 0, dst_u, dst_v, width); in BGRAToI420()
780 BGRAToYRow(src_bgra, dst_y, width); in BGRAToI420()

12345678910>>...12