Searched refs:CALC_WORD (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/media/platform/qcom/camss/ |
D | camss-vfe-4-7.c | 322 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) macro 333 val = CALC_WORD(pixel_per_line, 1, 8); in vfe_word_per_line_by_pixel() 339 val = CALC_WORD(pixel_per_line, 2, 8); in vfe_word_per_line_by_pixel() 348 return CALC_WORD(bytes_per_line, 1, 8); in vfe_word_per_line_by_bytes()
|
D | camss-vfe-4-1.c | 286 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) macro 297 val = CALC_WORD(pixel_per_line, 1, 8); in vfe_word_per_line() 303 val = CALC_WORD(pixel_per_line, 2, 8); in vfe_word_per_line()
|