Searched refs:dat8ij (Results 1 – 3 of 3) sorted by relevance
658 const uint8_t *dat8ij = dat8 + i * stride + j; in apply_selfguided_restoration_avx2() local662 src_0 = xx_loadu_128(CONVERT_TO_SHORTPTR(dat8ij)); in apply_selfguided_restoration_avx2()663 src_1 = xx_loadu_128(CONVERT_TO_SHORTPTR(dat8ij + 8)); in apply_selfguided_restoration_avx2()667 src_0 = xx_loadu_128(dat8ij); in apply_selfguided_restoration_avx2()
608 const uint8_t *dat8ij = dat8 + i * stride + j; in apply_selfguided_restoration_sse4_1() local611 src = xx_loadu_128(CONVERT_TO_SHORTPTR(dat8ij)); in apply_selfguided_restoration_sse4_1()613 src = _mm_cvtepu8_epi16(xx_loadl_64(dat8ij)); in apply_selfguided_restoration_sse4_1()
922 const uint8_t *dat8ij = dat8 + i * stride + j; in apply_selfguided_restoration_c() local924 const uint16_t pre_u = highbd ? *CONVERT_TO_SHORTPTR(dat8ij) : *dat8ij; in apply_selfguided_restoration_c()