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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp39 uint8 *ptr, *ptr_c, *ptr_n; local
130 ptr_c = ptr - w3; /* Points to pixel three rows above */
132 v[0] = (int)(*(ptr_c - w3));
133 v[1] = (int)(*(ptr_c - w2));
134 v[2] = (int)(*(ptr_c - w1));
135 v[3] = (int)(*ptr_c);
136 v[4] = (int)(*(ptr_c + w1));
141 + *ptr_c
143 + (*(ptr_c + w2))
144 + (*(ptr_c
[all...]

Completed in 496 milliseconds