Home
last modified time | relevance | path

Searched refs:WARP_ERROR_BLOCK_LOG (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Dwarped_motion.h34 #define WARP_ERROR_BLOCK_LOG 5 macro
35 #define WARP_ERROR_BLOCK (1 << WARP_ERROR_BLOCK_LOG)
Dwarped_motion.c491 int seg_x = j >> WARP_ERROR_BLOCK_LOG; in highbd_segmented_frame_error()
492 int seg_y = i >> WARP_ERROR_BLOCK_LOG; in highbd_segmented_frame_error()
765 int seg_x = j >> WARP_ERROR_BLOCK_LOG; in segmented_frame_error()
766 int seg_y = i >> WARP_ERROR_BLOCK_LOG; in segmented_frame_error()
/external/libaom/libaom/av1/encoder/
Dglobal_motion.c179 int seg_x = j >> WARP_ERROR_BLOCK_LOG; in highbd_warp_error()
180 int seg_y = i >> WARP_ERROR_BLOCK_LOG; in highbd_warp_error()
218 int seg_x = j >> WARP_ERROR_BLOCK_LOG; in warp_error()
219 int seg_y = i >> WARP_ERROR_BLOCK_LOG; in warp_error()
404 int seg_x = x >> WARP_ERROR_BLOCK_LOG; in av1_compute_feature_segmentation_map()
405 int seg_y = y >> WARP_ERROR_BLOCK_LOG; in av1_compute_feature_segmentation_map()
Dencodeframe.c5837 (cpi->source->y_width + WARP_ERROR_BLOCK) >> WARP_ERROR_BLOCK_LOG; in encode_frame_internal()
5839 (cpi->source->y_height + WARP_ERROR_BLOCK) >> WARP_ERROR_BLOCK_LOG; in encode_frame_internal()