Lines Matching refs:syntax
106 JpegeSyntax syntax; member
197 JpegeSyntax *syntax = &ctx->syntax; in jpege_vpu720_setup_format() local
198 MppFrameChromaFormat out_fmt = syntax->format_out; in jpege_vpu720_setup_format()
335 ctx->fmt_cfg.out_nb_comp = ctx->syntax.nb_components; in jpege_vpu720_setup_format()
381 JpegeSyntax *syntax = &ctx->syntax; in hal_jpege_vpu720_gen_regs() local
396 if (syntax->q_mode == JPEG_QFACTOR) { in hal_jpege_vpu720_gen_regs()
397 syntax->q_factor = 100 - task->rc_task->info.quality_target; in hal_jpege_vpu720_gen_regs()
398 hal_jpege_rc_update(&ctx->hal_rc, syntax); in hal_jpege_vpu720_gen_regs()
403 write_jpeg_header(bits, syntax, &ctx->hal_rc); in hal_jpege_vpu720_gen_regs()
452 reg_base->reg011_wdg_jpeg = syntax->mcu_cnt * 1000; in hal_jpege_vpu720_gen_regs()
466 encode_width = MPP_ALIGN(syntax->width, syntax->mcu_width); in hal_jpege_vpu720_gen_regs()
467 encode_height = MPP_ALIGN(syntax->height, syntax->mcu_height); in hal_jpege_vpu720_gen_regs()
470 reg_base->reg030_sw_src_fill.pic_wfill_jpeg = encode_width - syntax->width; in hal_jpege_vpu720_gen_regs()
471 reg_base->reg030_sw_src_fill.pic_hfill_jpeg = encode_height - syntax->height; in hal_jpege_vpu720_gen_regs()
496 reg_base->reg036_sw_jpeg_enc_cfg.rst_intv = syntax->restart_ri; in hal_jpege_vpu720_gen_regs()
622 JpegeSyntax *syntax = (JpegeSyntax *) task->syntax.data; in hal_jpege_vpu720_get_task() local
625 memcpy(&ctx->syntax, syntax, sizeof(ctx->syntax)); in hal_jpege_vpu720_get_task()
628 hal_jpege_rc_update(&ctx->hal_rc, syntax); in hal_jpege_vpu720_get_task()