Searched refs:input_yy (Results 1 – 2 of 2) sorted by relevance
465 void bflb_mjpeg_fill_quantize_table(struct bflb_device_s *dev, uint16_t *input_yy, uint16_t *input_… in bflb_mjpeg_fill_quantize_table() argument480 tmp1 = 2048 / input_yy[16 * j + i]; in bflb_mjpeg_fill_quantize_table()481 tmp2 = 2048 / input_yy[16 * j + i + 8]; in bflb_mjpeg_fill_quantize_table()483 if (20480 / input_yy[16 * j + i] % 10 > 4) { in bflb_mjpeg_fill_quantize_table()487 if (20480 / input_yy[16 * j + i + 8] % 10 > 4) { in bflb_mjpeg_fill_quantize_table()
209 void bflb_mjpeg_fill_quantize_table(struct bflb_device_s *dev, uint16_t *input_yy, uint16_t *input_…
Completed in 6 milliseconds