OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pelp
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp
234
uint8 *
pelp
;
local
259
pelp
= &oldrow[0]; /* initializing pointer to the 0th element of array
265
*
pelp
++ = pelc = *Rec_Y_ptr; /* assigning value of pelc0 to pelc and
266
/ storing this value in
pelp
which
279
*
pelp
++ = pelc = *Rec_Y_ptr; /* assigning value of pelc1 to pelc and
280
/ storing this value in
pelp
which
300
*
pelp
++ = pelc = *Rec_Y_ptr; /* assigning value of pelc2 to pelc
301
/ and storing this value in
pelp
363
pelp
= &oldrow[0]; /* re-initializing pointer */
365
pelu = *
pelp
; /* setting pelu0 to old value of pelc0 *
[
all
...]
Completed in 131 milliseconds