Home
last modified time | relevance | path

Searched refs:input_yy (Results 1 – 2 of 2) sorted by relevance

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_mjpeg.c465 void bflb_mjpeg_fill_quantize_table(struct bflb_device_s *dev, uint16_t *input_yy, uint16_t *input_… in bflb_mjpeg_fill_quantize_table() argument
480 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()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/
A Dbflb_mjpeg.h209 void bflb_mjpeg_fill_quantize_table(struct bflb_device_s *dev, uint16_t *input_yy, uint16_t *input_…

Completed in 6 milliseconds