Searched refs:RECONSTRUCT_UP_SAMPLE (Results 1 – 1 of 1) sorted by relevance
397 #define RECONSTRUCT_UP_SAMPLE(i) result[i] = convert_to_uchar<float>(up_sample[i] + lap[i] * 2.0f -… in reconstruct_luma_8x1() macro398 RECONSTRUCT_UP_SAMPLE(0); in reconstruct_luma_8x1()399 RECONSTRUCT_UP_SAMPLE(1); in reconstruct_luma_8x1()400 RECONSTRUCT_UP_SAMPLE(2); in reconstruct_luma_8x1()401 RECONSTRUCT_UP_SAMPLE(3); in reconstruct_luma_8x1()402 RECONSTRUCT_UP_SAMPLE(4); in reconstruct_luma_8x1()403 RECONSTRUCT_UP_SAMPLE(5); in reconstruct_luma_8x1()404 RECONSTRUCT_UP_SAMPLE(6); in reconstruct_luma_8x1()405 RECONSTRUCT_UP_SAMPLE(7); in reconstruct_luma_8x1()