OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_vu
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
bilin_scaler.c
199
unsigned int dst_y=0,
dst_vu
=0;
local
228
for(
dst_vu
=0;
dst_vu
<(dst_height>>1)-1;
dst_vu
++ ) {
229
dst_y =
dst_vu
<<1;
232
next_src_vu = ((float)
dst_vu
+1)*y_scale;
318
//
dst_vu
: Counter which is incremented one by one
319
// dst_y: Counter which is twice larger than
dst_vu
(dst_y = 2*
dst_vu
)
321
(unsigned int)dst_addr_main_memory_y + (
dst_vu
*dst_dbl_linestride_y), // Destination in main memory (addr
505
unsigned int dst_y=0,
dst_vu
=0;
local
803
unsigned int dst_y=0,
dst_vu
=0;
local
1092
unsigned int dst_y=0,
dst_vu
=0;
local
[
all
...]
Completed in 495 milliseconds