Home
last modified time | relevance | path

Searched refs:b_width_log2_lookup (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.h20 extern const int b_width_log2_lookup[BLOCK_SIZES];
Dvp9_common_data.c16 const int b_width_log2_lookup[BLOCK_SIZES] = variable
Dvp9_blockd.h111 return b_width_log2_lookup[sb_type]; in b_width_log2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c2103 stop_thresh >>= 8 - (b_width_log2_lookup[bsize] + in rd_pick_partition()
2729 stop_thresh >>= 8 - (b_width_log2_lookup[bsize] + in nonrd_pick_partition()
Dvp9_rdopt.c2431 int bwl = b_width_log2_lookup[bsize]; in single_motion_search()
2949 thresh_ac >>= 8 - (b_width_log2_lookup[bsize] + in handle_inter_mode()