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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dderinging_chroma.cpp38 int v_pel, h_pel; local
67 for (v_pel = 1; v_pel < BLKSIZE - 1; v_pel++)
69 addr_v = (int32)v_pel * width;
133 for (v_pel = v0; v_pel < v_blk + BLKSIZE - 1; v_pel++)
135 addr_v = v_pel * width;

Completed in 61 milliseconds