Searched refs:b_width_log2 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 110 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()
|
D | vp9_onyxc_int.h | 330 assert(b_width_log2(bsize) == b_height_log2(bsize)); in partition_plane_context()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 290 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()
|
D | vp9_encodeframe.c | 927 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()
|
D | vp9_rdopt.c | 127 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()
|
D | vp9_encodemb.c | 592 const int bwl = b_width_log2(plane_bsize); in encode_block_intra()
|
D | vp9_bitstream.c | 420 const int bsl = b_width_log2(bsize); in write_modes_sb()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 261 b_width_log2(plane_bsize), tx_size, mode, in predict_and_reconstruct_intra_block()
|