Searched refs:od16 (Results 1 – 1 of 1) sorted by relevance
56 FLOAT od07, od16, od25, od34; in p8idct() local68 od16= d53*(2*(A2-B2)) + d17*(2*A2); in p8idct()70 od16 -= od07; in p8idct()71 od25 -= od16; in p8idct()90 temp[1*x + i]= os16 + od16; in p8idct()91 temp[6*x + i]= os16 - od16; in p8idct()99 data[1*x + i]= lrintf(os16 + od16); in p8idct()100 data[6*x + i]= lrintf(os16 - od16); in p8idct()108 dest[1*stride + i]= av_clip_uint8(((int)dest[1*stride + i]) + lrintf(os16 + od16)); in p8idct()109 dest[6*stride + i]= av_clip_uint8(((int)dest[6*stride + i]) + lrintf(os16 - od16)); in p8idct()[all …]