Searched refs:b_width_log2 (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_blockd.h | 110 static INLINE int b_width_log2(BLOCK_SIZE sb_type) { in b_width_log2() function 313 const int bwl = b_width_log2(plane_bsize); in txfrm_block_to_raster_xy()
|
D | vp9_onyxc_int.h | 326 assert(b_width_log2(bsize) == b_height_log2(bsize)); in partition_plane_context()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 348 vp9_predict_intra_block(xd, 0, b_width_log2(bsize), in vp9_pick_inter_mode()
|
D | vp9_encodeframe.c | 1252 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in encode_sb() 1481 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in encode_sb_rt() 1565 const int bsl = b_width_log2(bsize); in rd_use_partition() 2584 int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in fill_mode_info_sb() 2921 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in nonrd_use_partition()
|
D | vp9_encodemb.c | 489 const int bwl = b_width_log2(plane_bsize); in encode_block_intra()
|
D | vp9_bitstream.c | 423 const int bsl = b_width_log2(bsize); in write_modes_sb()
|
D | vp9_rdopt.c | 142 const int bw = b_width_log2(plane_bsize); in raster_block_offset() 2425 int boffset = 2 * (b_width_log2(BLOCK_64X64) - MIN(b_height_log2(bsize), in single_motion_search() 2426 b_width_log2(bsize))); in single_motion_search()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 259 b_width_log2(plane_bsize), tx_size, mode, in predict_and_reconstruct_intra_block()
|