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

/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
H A Dmp4enc_lib.h109 UChar *cv_rec, Int pitch_uv, Int width_uv, Int height_uv, Int round1);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4dec_lib.h138 int height_uv, /* i */

Completed in 845 milliseconds