OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVerticalShift
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/base/simd/
convert_yuv_to_rgb_x86.cc
27
unsigned int y_shift =
GetVerticalShift
(yuv_type);
57
unsigned int y_shift =
GetVerticalShift
(yuv_type);
87
unsigned int y_shift =
GetVerticalShift
(yuv_type);
convert_yuv_to_rgb_c.cc
228
unsigned int y_shift =
GetVerticalShift
(yuv_type);
/external/chromium_org/media/base/
yuv_convert.h
33
MEDIA_EXPORT int
GetVerticalShift
(YUVType type);
yuv_convert.cc
120
int
GetVerticalShift
(YUVType type) {
254
unsigned int y_shift =
GetVerticalShift
(yuv_type);
Completed in 565 milliseconds