Searched refs:shift_next (Results 1 – 1 of 1) sorted by relevance
966 const int shift_next = get_index_shift(col, row_next, &index_next); in av1_filter_block_plane_bitmask_vert() local995 uint64_t mask_16x16_1 = (mask_16x16 >> shift_next) & mask_cutoff; in av1_filter_block_plane_bitmask_vert()996 uint64_t mask_8x8_1 = (mask_8x8 >> shift_next) & mask_cutoff; in av1_filter_block_plane_bitmask_vert()997 uint64_t mask_4x4_1 = (mask_4x4 >> shift_next) & mask_cutoff; in av1_filter_block_plane_bitmask_vert()1129 const int shift_next = get_index_shift(col, row_next, &index_next); in av1_filter_block_plane_ver() local1157 uint64_t mask_16x16_1 = (mask_16x16 >> shift_next) & mask_cutoff; in av1_filter_block_plane_ver()1158 uint64_t mask_8x8_1 = (mask_8x8 >> shift_next) & mask_cutoff; in av1_filter_block_plane_ver()1159 uint64_t mask_4x4_1 = (mask_4x4 >> shift_next) & mask_cutoff; in av1_filter_block_plane_ver()