HomeSort by relevance Sort by last modified time
    Searched refs:b_height_log2 (Results 1 - 5 of 5) 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 121 static INLINE int b_height_log2(BLOCK_SIZE sb_type) { function
279 const int bhl = b_height_log2(sb_type);
382 return 4 << (b_height_log2(bsize) - plane->subsampling_y);
523 const int bh = 4 << b_height_log2(plane_bsize);
vp9_reconinter.c 193 const int bhl = b_height_log2(bsize) - xd->plane[plane].subsampling_y;
vp9_loopfilter.c 827 const int block_edge_above = b_height_log2(mi[0].mbmi.sb_type) ?
828 !(r & ((1 << (b_height_log2(mi[0].mbmi.sb_type)-1)) - 1)) : 1;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]

Completed in 904 milliseconds