Searched refs:addr_v (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dadaptive_smooth_no_mmx.cpp239 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 */
H A Dderinging_chroma.cpp43 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 144 milliseconds