Searched refs:DSP_CALC_SCALING_SIZE (Results 1 – 3 of 3) sorted by relevance
58 #define OUTPUT_WIDTH DSP_CALC_SCALING_SIZE(AREA_WIDTH, SCALING_FACTOR_X) // Consider post-process…59 #define OUTPUT_HEIGHT DSP_CALC_SCALING_SIZE(AREA_HEIGHT, SCALING_FACTOR_Y)
59 if (DSP_CALC_SCALING_SIZE(src_width, rx) * ry >= 8192) in CheckLimitation()65 if (DSP_CALC_SCALING_SIZE(src_width, rx) * ry >= 4096) in CheckLimitation()
92 #define DSP_CALC_SCALING_SIZE(value, ratio) ((u32)(value * (u32)(ratio * 1000) / 1000)) macro