Home
last modified time | relevance | path

Searched refs:planar (Results 1 – 25 of 40) sorted by relevance

12

/external/skia/src/opts/
DSkSwizzler_opts.h511 __m128i planar; in premul_should_swapRB() local
513 planar = _mm_setr_epi8(2,6,10,14, 1,5,9,13, 0,4,8,12, 3,7,11,15); in premul_should_swapRB()
515 planar = _mm_setr_epi8(0,4,8,12, 1,5,9,13, 2,6,10,14, 3,7,11,15); in premul_should_swapRB()
519 *lo = _mm_shuffle_epi8(*lo, planar); // rrrrgggg bbbbaaaa in premul_should_swapRB()
520 *hi = _mm_shuffle_epi8(*hi, planar); // RRRRGGGG BBBBAAAA in premul_should_swapRB()
730 __m128i planar; in inverted_cmyk_to() local
732 planar = _mm_setr_epi8(2,6,10,14, 1,5,9,13, 0,4,8,12, 3,7,11,15); in inverted_cmyk_to()
734 planar = _mm_setr_epi8(0,4,8,12, 1,5,9,13, 2,6,10,14, 3,7,11,15); in inverted_cmyk_to()
738 *lo = _mm_shuffle_epi8(*lo, planar); // ccccmmmm yyyykkkk in inverted_cmyk_to()
739 *hi = _mm_shuffle_epi8(*hi, planar); // CCCCMMMM YYYYKKKK in inverted_cmyk_to()
/external/libyuv/files/docs/
Drotation.md59 Lower level plane functions are provided, allowing other planar formats to be rotated. (e.g. I444)
61 For other planar YUV formats (I444, I422, I411, I400, NV16, NV24), the planar functions are exposed…
Dformats.md9 Filtering functions such as scaling and planar functions work on I420 and/or ARGB.
40 // 8 Primary YUV formats: 5 planar, 2 biplanar, 2 packed.
/external/autotest/client/deps/glbench/src/
Dyuv2rgb_3.glslf33 * This is a planar YUV to RGB conversion shader that uses separate samplers to
/external/skia/site/dev/contrib/
Dsimd.md113planar pixels at a time (aaaaaaaa, rrrrrrrr, gggggggg, bbbbbbbb). Trying to jam one of these inst…
115 …alpha component replicated four times. SkPx's NEON backend works with 8 planar pixels, loading th…
119 …simply doesn't expose efficient ways to transpose interlaced pixels into planar pixels and vice ve…
/external/mesa3d/docs/
DWL_bind_wayland_display.spec98 A wl_buffer can have several planes, typically in case of planar
/external/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.mm401 // Sanity check assumption that planar bytes are contiguous.
/external/libjpeg-turbo/
DChangeLog.md436 - YUV planar images can now be generated with an arbitrary line padding
441 - JPEG images can now be compressed from YUV planar source images.
442 - YUV planar images can now be decoded into RGB or grayscale images.
960 and decompressor to output planar YUV images.
DREADME.md49 generating planar YUV images and performing multiple simultaneous lossless
DREADME-turbo.txt45 API, such as generating planar YUV images and performing multiple
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_structs.h864 } planar; /** Interpretation when Surface Format == PLANAR */ member
/external/libexif/po/
Des.po1838 msgstr "formato planar"
3262 msgstr "Configuración planar"
3266 "Indicates whether pixel components are recorded in a chunky or planar "
3270 "Indica si los componentes de pixel se graban en formato planar o por trozos. "
3705 msgstr "Configuración planar"
Dnl.po1757 msgstr "planar-structuur"
3174 "Indicates whether pixel components are recorded in a chunky or planar "
3179 "= 1 byte) of planar-structuur (1 pixel = 1 bit). In JPEG-gecomprimeerde "
Dit.po1762 msgstr "Formato \"planar\""
3174 "Indicates whether pixel components are recorded in a chunky or planar "
3179 "\"planar\") o in maniera contigua (formato \"chunky\"). Nei file compressi "
Den_AU.po3160 "Indicates whether pixel components are recorded in a chunky or planar "
3164 "Indicates whether pixel components are recorded in a chunky or planar "
Den_GB.po3160 "Indicates whether pixel components are recorded in a chunky or planar "
3164 "Indicates whether pixel components are recorded in a chunky or planar "
Dlibexif-12.pot2998 "Indicates whether pixel components are recorded in a chunky or planar "
Dpt.po3002 "Indicates whether pixel components are recorded in a chunky or planar "
Dja.po3012 "Indicates whether pixel components are recorded in a chunky or planar "
Dbe.po3002 "Indicates whether pixel components are recorded in a chunky or planar "
Dsr.po3080 "Indicates whether pixel components are recorded in a chunky or planar "
Den_CA.po3009 "Indicates whether pixel components are recorded in a chunky or planar "
Dsq.po3002 "Indicates whether pixel components are recorded in a chunky or planar "
/external/libcups/filter/
Dppd-compiler.shtml405 <LI><TT>planar</TT> - Color values are passed separately
Dspec-ppd.shtml779 <td>Specifies the order of colors: 0 = chunked, 1 = banded, 2 = planar.</td>

12