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

  /external/libaom/libaom/third_party/libyuv/source/
compare.cc 256 const int width_uv = (width + 1) >> 1; local
260 width_uv, height_uv);
263 width_uv, height_uv);
264 const uint64 samples = width * height + 2 * (width_uv * height_uv);
359 const int width_uv = (width + 1) >> 1; local
363 width_uv, height_uv);
366 width_uv, height_uv);
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 303 const int width_uv = (width + 1) >> 1; local
306 src_u_a, stride_u_a, src_u_b, stride_u_b, width_uv, height_uv);
308 src_v_a, stride_v_a, src_v_b, stride_v_b, width_uv, height_uv);
310 2 * ((uint64_t)width_uv * (uint64_t)height_uv);
417 const int width_uv = (width + 1) >> 1; local
420 width_uv, height_uv);
422 width_uv, height_uv);
  /external/libyuv/files/source/
compare.cc 233 const int width_uv = (width + 1) >> 1; local
236 src_u_a, stride_u_a, src_u_b, stride_u_b, width_uv, height_uv);
238 src_v_a, stride_v_a, src_v_b, stride_v_b, width_uv, height_uv);
239 const uint64 samples = width * height + 2 * (width_uv * height_uv);
346 const int width_uv = (width + 1) >> 1; local
349 width_uv, height_uv);
351 width_uv, height_uv);
  /external/libvpx/libvpx/test/
encode_test_driver.cc 143 const unsigned int width_uv = (img1->d_w + 1) >> 1; local
148 width_uv) == 0) &&
154 width_uv) == 0) &&
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 477 pred_block, width_uv, height_uv,
567 int width, width_uv; local
578 width_uv = width >> 1;
594 /*by*width_uv + bx;*/
596 /*by*width_uv + bx;*/
608 PutSKIPPED_B(cu_comp, cu_prev, width_uv);
609 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...]
  /external/libaom/libaom/av1/common/
onyxc_int.h 1128 const int width_uv = width_y >> seq_params->subsampling_x; local
    [all...]

Completed in 3865 milliseconds