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
93
ptrdiff_t
source_dx
);
100
ptrdiff_t
source_dx
);
108
int
source_dx
);
146
ptrdiff_t
source_dx
);
153
ptrdiff_t
source_dx
);
160
ptrdiff_t
source_dx
);
167
ptrdiff_t
source_dx
);
174
ptrdiff_t
source_dx
);
181
ptrdiff_t
source_dx
);
convert_yuv_to_rgb_c.cc
147
ptrdiff_t
source_dx
) {
154
x +=
source_dx
;
158
x +=
source_dx
;
169
ptrdiff_t
source_dx
) {
172
if (
source_dx
>= 0x20000)
175
source_x,
source_dx
);
184
int
source_dx
) {
198
x +=
source_dx
;
205
x +=
source_dx
;
linear_scale_yuv_to_rgb_mmx_x64.asm
19
; ptrdiff_t
source_dx
);
36
PROLOGUE 6, 7, 3, Y, U, V, ARGB, WIDTH,
SOURCE_DX
, COMPL
61
imul WIDTHq, SOURCE_DXq ; source_width = width *
source_dx
scale_yuv_to_rgb_sse2_x64.asm
19
; ptrdiff_t
source_dx
);
36
PROLOGUE 6, 7, 3, Y, U, V, ARGB, WIDTH,
SOURCE_DX
, COMP
/external/chromium_org/media/base/
yuv_convert.cc
247
int
source_dx
= source_width * kFractionMax / width;
local
257
source_dx
= ((source_dy >> kFractionBits) * y_pitch) << kFractionBits;
354
if (
source_dx
== kFractionMax) { // Not scaled
359
y_ptr, u_ptr, v_ptr, dest_pixel, width,
source_dx
);
362
y_ptr, u_ptr, v_ptr, dest_pixel, width,
source_dx
);
Completed in 32 milliseconds