Home
last modified time | relevance | path

Searched defs:coefs1 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djcphuff-neon.c52 int16x8_t coefs1 = vld1q_dup_s16(block + jpeg_natural_order_start[0]); in jsimd_encode_mcu_AC_first_prepare_neon() local
96 int16x8_t coefs1 = vld1q_dup_s16(block + jpeg_natural_order_start[0]); in jsimd_encode_mcu_AC_first_prepare_neon() local
277 int16x8_t coefs1 = vld1q_dup_s16(block + jpeg_natural_order_start[0]); in jsimd_encode_mcu_AC_refine_prepare_neon() local
328 int16x8_t coefs1 = vld1q_dup_s16(block + jpeg_natural_order_start[0]); in jsimd_encode_mcu_AC_refine_prepare_neon() local
/third_party/ffmpeg/libavcodec/
Dwmaenc.c241 WMACoef *coefs1; in encode_block() local
Dwmadec.c638 WMACoef *coefs1; in wma_decode_block() local
Dwma.h116 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE]; member