Searched refs:dcval (Results 1 – 5 of 5) sorted by relevance
183 wsptr[DCTSIZE*0] = dcval;184 wsptr[DCTSIZE*1] = dcval;185 wsptr[DCTSIZE*2] = dcval;282 outptr[0] = dcval;283 outptr[1] = dcval;284 outptr[2] = dcval;285 outptr[3] = dcval;286 outptr[4] = dcval;287 outptr[5] = dcval;288 outptr[6] = dcval;[all …]
106 FAST_FLOAT dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);108 wsptr[DCTSIZE*0] = dcval;109 wsptr[DCTSIZE*1] = dcval;110 wsptr[DCTSIZE*2] = dcval;111 wsptr[DCTSIZE*3] = dcval;112 wsptr[DCTSIZE*4] = dcval;113 wsptr[DCTSIZE*5] = dcval;114 wsptr[DCTSIZE*6] = dcval;115 wsptr[DCTSIZE*7] = dcval;
330 outptr[0] = dcval;331 outptr[1] = dcval;332 outptr[2] = dcval;333 outptr[3] = dcval;334 outptr[4] = dcval;335 outptr[5] = dcval;336 outptr[6] = dcval;337 outptr[7] = dcval;1086 DCTELEM dcval; in jpeg_idct_1x1() local4867 wsptr[4*0] = dcval; in jpeg_idct_4x8()[all …]
924 DCTELEM dcval; in jpeg_fdct_1x1() local929 dcval = GETJSAMPLE(sample_data[0][start_col]); in jpeg_fdct_1x1()934 data[0] = (dcval - CENTERJSAMPLE) << 6; in jpeg_fdct_1x1()
947 const v16u8 dcval = (v16u8)__msa_fill_b((dc + sum_m) >> 3); in DC8uvNoLeft() local948 const uint64_t out = __msa_copy_s_d((v2i64)dcval, 0); in DC8uvNoLeft()
Completed in 28 milliseconds