OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addr_v
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp
239
int32
addr_v
;
local
248
addr_v
= (int32)(y_start + 1) * width; /* y coord of 1st element in the row /
250
Rec_Y_ptr = &Rec_Y[
addr_v
+ x_start]; /* initializing pointer to
353
addr_v
= (y_start + 2) * width; /* advance
addr_v
to the next row
358
Rec_Y_ptr = &Rec_Y[
addr_v
+ x_start]; /* advance pointer to
360
addr_v
+= width; /* move
addr_v
down 1 row */
deringing_chroma.cpp
43
int32
addr_v
;
local
69
addr_v
= (int32)v_pel * width;
70
ptr = &Rec_C[
addr_v
+ h0 - 1];
135
addr_v
= v_pel * width;
136
ptr = &Rec_C[
addr_v
];
Completed in 61 milliseconds