Home
last modified time | relevance | path

Searched refs:bit_per_frame (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c194 mpp_data_init_v2(&ctx->stat_bits, stat_len, ctx->bit_per_frame); in bits_model_param_init()
315 water_level = ctx->watl_thrd - ctx->bit_per_frame; in bits_model_preset()
317 water_level = preset_bit + ctx->stat_watl - ctx->bit_per_frame; in bits_model_preset()
375 water_level = ctx->watl_thrd - ctx->bit_per_frame; in bits_model_update()
377 water_level = real_bit + ctx->stat_watl - ctx->bit_per_frame; in bits_model_update()
694 water_level = p->watl_thrd - p->bit_per_frame; in reenc_calc_cbr_ratio()
696 water_level = real_bit + p->stat_watl - p->bit_per_frame; in reenc_calc_cbr_ratio()
1138 ctx->bit_per_frame = target_bps * fps->fps_out_denorm / fps->fps_out_num; in bits_model_init()
1144 ctx->usr_cfg.igop, ctx->gop_total_bits, ctx->bit_per_frame, in bits_model_init()
H A Drc_ctx.h27 RK_U32 bit_per_frame; member
H A Drc_model_v2_smt.c48 RK_U32 bit_per_frame; member
435 water_level = ctx->stat_watl_thrd - ctx->bit_per_frame; in reenc_calc_cbr_ratio_smt()
437 water_level = real_bit + ctx->stat_watl_thrd - ctx->bit_per_frame; in reenc_calc_cbr_ratio_smt()
/OK3568_Linux_fs/kernel/sound/soc/bcm/
H A Dcygnus-ssp.c553 bit_rate = aio->bit_per_frame * aio->lrclk; in cygnus_ssp_set_clocks()
579 aio->lrclk, aio->bit_per_frame, aio->mclk); in cygnus_ssp_set_clocks()
586 sclk = aio->bit_per_frame; in cygnus_ssp_set_clocks()
616 aio->bit_per_frame, aio->mclk, aio->lrclk); in cygnus_ssp_set_clocks()
647 aio->bit_per_frame = 64; /* I2S must be 64 bit per frame */ in cygnus_ssp_hw_params()
1030 aio->bit_per_frame = frame_bits; in cygnus_set_dai_tdm_slot()
H A Dcygnus-ssp.h101 u32 bit_per_frame; member