Home
last modified time | relevance | path

Searched refs:Rec_Y_ptr (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dadaptive_smooth_no_mmx.cpp238 uint8 *Rec_Y_ptr; in AdaptiveSmooth_NoMMX() local
250 Rec_Y_ptr = &Rec_Y[addr_v + x_start]; /* initializing pointer to in AdaptiveSmooth_NoMMX()
264 pelu = *(Rec_Y_ptr - width); /* assigning value of pelu0 to pelu */ in AdaptiveSmooth_NoMMX()
265 *pelp++ = pelc = *Rec_Y_ptr; /* assigning value of pelc0 to pelc and in AdaptiveSmooth_NoMMX()
269 pell = *(Rec_Y_ptr + width); /* assigning value of pell0 to pell */ in AdaptiveSmooth_NoMMX()
270 Rec_Y_ptr++; /* advancing pointer from pelc0 to pelc1 */ in AdaptiveSmooth_NoMMX()
278 pelu = *(Rec_Y_ptr - width); /* assigning value of pelu1 to pelu */ in AdaptiveSmooth_NoMMX()
279 *pelp++ = pelc = *Rec_Y_ptr; /* assigning value of pelc1 to pelc and in AdaptiveSmooth_NoMMX()
283 pell = *(Rec_Y_ptr + width); /* assigning value of pell1 to pell */ in AdaptiveSmooth_NoMMX()
284 Rec_Y_ptr++; /* advancing pointer from pelc1 to pelc2 */ in AdaptiveSmooth_NoMMX()
[all …]