Home
last modified time | relevance | path

Searched defs:dcval (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/
Djidctred.c149 int dcval = LEFT_SHIFT(DEQUANTIZE(inptr[DCTSIZE * 0], variable
213 JSAMPLE dcval = range_limit[(int)DESCALE((JLONG)wsptr[0], variable
305 int dcval = LEFT_SHIFT(DEQUANTIZE(inptr[DCTSIZE * 0], in jpeg_idct_2x2() local
348 JSAMPLE dcval = range_limit[(int)DESCALE((JLONG)wsptr[0], in jpeg_idct_2x2() local
394 int dcval; in jpeg_idct_1x1() local
Djidctflt.c108 FAST_FLOAT dcval = DEQUANTIZE(inptr[DCTSIZE * 0], variable
Djidctfst.c299 JSAMPLE dcval = variable
Djidctint.c211 int dcval = LEFT_SHIFT(DEQUANTIZE(inptr[DCTSIZE * 0], variable
317 JSAMPLE dcval = range_limit[(int)DESCALE((JLONG)wsptr[0], variable
/external/libjpeg-turbo/simd/arm/
Djidctred-neon.c240 int16x8_t dcval = vshlq_n_s16(row0, PASS1_BITS); in jsimd_idct_4x4_neon() local
249 int16x4_t dcval = vshl_n_s16(vget_low_s16(row0), PASS1_BITS); in jsimd_idct_4x4_neon() local
302 int16x4_t dcval = vshl_n_s16(vget_high_s16(row0), PASS1_BITS); in jsimd_idct_4x4_neon() local
Djidctfst-neon.c101 int16x8_t dcval = row0; in jsimd_idct_ifast_neon() local
113 int16x4_t dcval = vget_low_s16(row0); in jsimd_idct_ifast_neon() local
188 int16x4_t dcval = vget_high_s16(row0); in jsimd_idct_ifast_neon() local
Djidctint-neon.c233 int16x4_t dcval = vshl_n_s16(vmul_s16(row0, quant_row0), PASS1_BITS); in jsimd_idct_islow_neon() local
291 int16x4_t dcval = vshl_n_s16(vmul_s16(row0, quant_row0), PASS1_BITS); in jsimd_idct_islow_neon() local
/external/libavc/encoder/x86/
Dih264e_intra_modes_eval_ssse3.c150 WORD32 cnt, dcval; in ih264e_evaluate_intra16x16_modes_ssse3() local
551 WORD32 shft = 1, dcval = 0; in ih264e_evaluate_intra_4x4_modes_ssse3() local
/external/webp/src/dsp/
Ddec_msa.c947 const v16u8 dcval = (v16u8)__msa_fill_b((dc + sum_m) >> 3); in DC8uvNoLeft() local