Searched refs:shift_next (Results 1 – 1 of 1) sorted by relevance
1668 const int shift_next = get_index_shift(col, row_next, &index_next); in av1_filter_block_plane_bitmask_vert() local1697 uint64_t mask_16x16_1 = (mask_16x16 >> shift_next) & mask_cutoff; in av1_filter_block_plane_bitmask_vert()1698 uint64_t mask_8x8_1 = (mask_8x8 >> shift_next) & mask_cutoff; in av1_filter_block_plane_bitmask_vert()1699 uint64_t mask_4x4_1 = (mask_4x4 >> shift_next) & mask_cutoff; in av1_filter_block_plane_bitmask_vert()1820 const int shift_next = get_index_shift(col, row_next, &index_next); in av1_filter_block_plane_ver() local1848 uint64_t mask_16x16_1 = (mask_16x16 >> shift_next) & mask_cutoff; in av1_filter_block_plane_ver()1849 uint64_t mask_8x8_1 = (mask_8x8 >> shift_next) & mask_cutoff; in av1_filter_block_plane_ver()1850 uint64_t mask_4x4_1 = (mask_4x4 >> shift_next) & mask_cutoff; in av1_filter_block_plane_ver()