OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_dx
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/base/simd/
convert_yuv_to_rgb.h
84
ptrdiff_t
source_dx
,
93
ptrdiff_t
source_dx
,
103
int
source_dx
,
138
ptrdiff_t
source_dx
,
147
ptrdiff_t
source_dx
,
156
ptrdiff_t
source_dx
,
165
ptrdiff_t
source_dx
,
convert_yuv_to_rgb_c.cc
151
ptrdiff_t
source_dx
,
159
x +=
source_dx
;
163
x +=
source_dx
;
174
ptrdiff_t
source_dx
,
178
if (
source_dx
>= 0x20000)
181
source_x,
source_dx
, convert_table);
190
int
source_dx
,
205
x +=
source_dx
;
212
x +=
source_dx
;
linear_scale_yuv_to_rgb_mmx_x64.asm
19
; ptrdiff_t
source_dx
);
37
PROLOGUE 7, 7, 3, Y, U, V, ARGB, WIDTH,
SOURCE_DX
, R1
65
imul WIDTHq, SOURCE_DXq ; source_width = width *
source_dx
scale_yuv_to_rgb_sse2_x64.asm
19
; ptrdiff_t
source_dx
);
37
PROLOGUE 7, 7, 3, Y, U, V, ARGB, WIDTH,
SOURCE_DX
, R1
/external/chromium_org/media/base/
yuv_convert.cc
268
int
source_dx
= source_width * kFractionMax / width;
local
278
source_dx
= ((source_dy >> kFractionBits) * y_pitch) << kFractionBits;
375
if (
source_dx
== kFractionMax) { // Not scaled
385
source_dx
,
393
source_dx
,
Completed in 49 milliseconds