Searched refs:total_bits (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_model_v2.c | 425 MPP_RET bits_model_alloc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg, RK_S64 total_bits) in bits_model_alloc() argument 440 cfg->frame_type, max_i_prop, i_scale, total_bits); in bits_model_alloc() 454 total_bits = total_bits * i_scale; in bits_model_alloc() 461 total_bits = total_bits * 16; in bits_model_alloc() 465 total_bits = total_bits * vi_scale; in bits_model_alloc() 471 alloc_bits = total_bits / (i_scale + 16 * (gop_len - vi_num) + vi_num * vi_scale); in bits_model_alloc() 476 total_bits, i_scale, gop_len, vi_num, vi_scale); in bits_model_alloc() 484 total_bits = total_bits * i_scale; in bits_model_alloc() 492 total_bits = total_bits * 16; in bits_model_alloc() 496 total_bits = total_bits * ctx->i_refresh_scale; in bits_model_alloc() [all …]
|
| H A D | rc_ctx.h | 114 MPP_RET bits_model_alloc(RcModelV2Ctx *ctx, EncRcTaskInfo *cfg, RK_S64 total_bits);
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | time-polling.c | 160 static int total_bits = 0; variable 166 ++total_bits; in test_func() 196 total_bits = 0; in time_select() 258 total_bits = 0; in time_poll() 313 total_bits = 0; in time_poll2()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_rc2_test.c | 97 RK_U64 total_bits; member 847 ctx->total_bits += len * 8; in mpi_rc_enc() 1058 30 * (RK_U32)(ctx->total_bits / ctx->frm_idx), in mpi_rc_codec() 1063 30 * (RK_U32)(ctx->total_bits / ctx->frm_idx) / 1000, in mpi_rc_codec()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | suballoc.c | 1280 unsigned int total_bits, in ocfs2_block_group_find_clear_bits() argument 1295 while((offset = ocfs2_find_next_zero_bit(bitmap, total_bits, start)) != -1) { in ocfs2_block_group_find_clear_bits() 1296 if (offset == total_bits) in ocfs2_block_group_find_clear_bits()
|