Home
last modified time | relevance | path

Searched refs:dat8ij (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dselfguided_avx2.c658 const uint8_t *dat8ij = dat8 + i * stride + j; in apply_selfguided_restoration_avx2() local
662 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()
Dselfguided_sse4.c608 const uint8_t *dat8ij = dat8 + i * stride + j; in apply_selfguided_restoration_sse4_1() local
611 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()
/external/libaom/libaom/av1/common/
Drestoration.c922 const uint8_t *dat8ij = dat8 + i * stride + j; in apply_selfguided_restoration_c() local
924 const uint16_t pre_u = highbd ? *CONVERT_TO_SHORTPTR(dat8ij) : *dat8ij; in apply_selfguided_restoration_c()