OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_argb4444
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc
586
const uint8*
next_argb4444
= src_argb4444 + src_stride_argb4444;
local
595
uint8 b2 =
next_argb4444
[0] & 0x0f;
596
uint8 g2 =
next_argb4444
[0] >> 4;
597
uint8 r2 =
next_argb4444
[1] & 0x0f;
598
uint8 b3 =
next_argb4444
[2] & 0x0f;
599
uint8 g3 =
next_argb4444
[2] >> 4;
600
uint8 r3 =
next_argb4444
[3] & 0x0f;
610
next_argb4444
+= 4;
618
uint8 b2 =
next_argb4444
[0] & 0x0f;
619
uint8 g2 =
next_argb4444
[0] >> 4
[
all
...]
/external/libyuv/files/source/
row_common.cc
578
const uint8*
next_argb4444
= src_argb4444 + src_stride_argb4444;
local
587
uint8 b2 =
next_argb4444
[0] & 0x0f;
588
uint8 g2 =
next_argb4444
[0] >> 4;
589
uint8 r2 =
next_argb4444
[1] & 0x0f;
590
uint8 b3 =
next_argb4444
[2] & 0x0f;
591
uint8 g3 =
next_argb4444
[2] >> 4;
592
uint8 r3 =
next_argb4444
[3] & 0x0f;
602
next_argb4444
+= 4;
610
uint8 b2 =
next_argb4444
[0] & 0x0f;
611
uint8 g2 =
next_argb4444
[0] >> 4
[
all
...]
Completed in 3503 milliseconds