Searched refs:scale_horz (Results 1 – 1 of 1) sorted by relevance
1997 const uint32_t scale_horz = plane_ptr->subsampling_x; in set_lpf_parameters() local2004 const int mi_col = scale_horz | ((x << scale_horz) >> MI_SIZE_LOG2); in set_lpf_parameters()2036 (VERT_EDGE == edge_dir) ? (mi_col - (1 << scale_horz)) : (mi_col); in set_lpf_parameters()2095 const uint32_t scale_horz = plane_ptr->subsampling_x; in av1_filter_block_plane_vert() local2100 const int x_range = (MAX_MIB_SIZE >> scale_horz); in av1_filter_block_plane_vert()2110 const uint32_t curr_x = ((mi_col * MI_SIZE) >> scale_horz) + x * MI_SIZE; in av1_filter_block_plane_vert()2118 set_lpf_parameters(¶ms, ((ptrdiff_t)1 << scale_horz), cm, xd, in av1_filter_block_plane_vert()2182 const uint32_t scale_horz = plane_ptr->subsampling_x; in av1_filter_block_plane_horz() local2187 const int x_range = (MAX_MIB_SIZE >> scale_horz); in av1_filter_block_plane_horz()2197 const uint32_t curr_x = ((mi_col * MI_SIZE) >> scale_horz) + x * MI_SIZE; in av1_filter_block_plane_horz()[all …]