HomeSort by relevance Sort by last modified time
    Searched refs:width_uv (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/test/
encode_test_driver.cc 113 const unsigned int width_uv = (img1->d_w + 1) >> 1; local
118 width_uv) == 0) && match;
122 width_uv) == 0) && match;
  /external/libyuv/files/source/
compare.cc 458 const int width_uv = (width + 1) >> 1; local
462 width_uv, height_uv);
465 width_uv, height_uv);
466 const uint64 samples = width * height + 2 * (width_uv * height_uv);
557 const int width_uv = (width + 1) >> 1; local
561 width_uv, height_uv);
564 width_uv, height_uv);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 468 pred_block, width_uv, height_uv,
558 int width, width_uv; local
569 width_uv = width >> 1;
578 /*by*width_uv + bx;*/
580 /*by*width_uv + bx;*/
592 PutSKIPPED_B(cu_comp, cu_prev, width_uv);
593 PutSKIPPED_B(cv_comp, cv_prev, width_uv);
block_idct.cpp 231 int width, width_uv; local
234 width_uv = width >> 1;
245 BlockIDCT_intra(mblock, cu_comp, 4, width_uv);
246 BlockIDCT_intra(mblock, cv_comp, 5, width_uv);
mp4dec_lib.h 137 int width_uv, /* i */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_lib.h 109 UChar *cv_rec, Int pitch_uv, Int width_uv, Int height_uv, Int round1);
112 Short mb[6][64], Int width, Int width_uv);
motion_comp.cpp 300 Int width_uv, /* i */
307 if (xpred >= 0 && xpred <= ((width_uv << 1) - (2*B_SIZE)) && ypred >= 0 &&
331 width_uv, height_uv, round1);
336 width_uv, height_uv, round1);
    [all...]

Completed in 326 milliseconds