Home
last modified time | relevance | path

Searched refs:b_width_log2 (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h110 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { in b_width_log2() function
305 const int bwl = b_width_log2(plane_bsize); in txfrm_block_to_raster_xy()
Dvp9_onyxc_int.h330 assert(b_width_log2(bsize) == b_height_log2(bsize)); in partition_plane_context()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c290 8 - (b_width_log2(bsize) + b_height_log2(bsize)); in encode_breakout_test()
702 vp9_predict_intra_block(xd, block_idx, b_width_log2(bsize), in vp9_pick_inter_mode()
Dvp9_encodeframe.c927 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in encode_sb()
1354 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in encode_sb_rt()
1427 const int bsl = b_width_log2(bsize); in rd_use_partition()
2156 stop_thresh >>= 8 - (b_width_log2(bsize) + in rd_pick_partition()
2626 int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in fill_mode_info_sb()
2755 stop_thresh >>= 8 - (b_width_log2(bsize) + in nonrd_pick_partition()
2948 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in nonrd_use_partition()
Dvp9_rdopt.c127 const int bw = b_width_log2(plane_bsize); in raster_block_offset()
1804 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize), in single_motion_search()
1805 b_width_log2(bsize))); in single_motion_search()
1810 int bwl = b_width_log2(bsize); in single_motion_search()
2055 thresh_ac >>= 8 - (b_width_log2(bsize) + in rd_encode_breakout_test()
Dvp9_encodemb.c592 const int bwl = b_width_log2(plane_bsize); in encode_block_intra()
Dvp9_bitstream.c420 const int bsl = b_width_log2(bsize); in write_modes_sb()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c261 b_width_log2(plane_bsize), tx_size, mode, in predict_and_reconstruct_intra_block()