Searched defs:height_uv (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp107 Int height, pitch, pitch_uv, height_uv; local
121 height_uv = height >> 1;
158 pitch_uv, (currVop->width) >> 1, height_uv, round1);
182 pitch_uv, (currVop->width) >> 1, height_uv, round1);
301 Int height_uv, /* i */
308 ypred <= ((height_uv << 1) - (2*B_SIZE)))
331 width_uv, height_uv, round1);
336 width_uv, height_uv, round1);
292 EncPrediction_Chrom( Int xpred, Int ypred, UChar *cu_prev, UChar *cv_prev, UChar *cu_rec, UChar *cv_rec, Int lx, Int width_uv, Int height_uv, Int round1 ) argument

Completed in 118 milliseconds