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

  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 45 const int block_height = 4 << b_height_log2(bsize);
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 109 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { function
296 return 4 << (b_height_log2(bsize) - plane->subsampling_y);
438 const int bh = 4 << b_height_log2(plane_bsize);
vp9_onyxc_int.h 309 const int bhl = b_height_log2(sb_type);
vp9_reconinter.c 198 const int bhl = b_height_log2(bsize) - xd->plane[plane].subsampling_y;
vp9_loopfilter.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]

Completed in 37 milliseconds