Lines Matching refs:bits
86 jpege_bits_init(&ctx->bits); in hal_jpege_vepu2_init()
87 mpp_assert(ctx->bits); in hal_jpege_vepu2_init()
115 if (ctx->bits) { in hal_jpege_vepu2_deinit()
116 jpege_bits_deinit(ctx->bits); in hal_jpege_vepu2_deinit()
117 ctx->bits = NULL; in hal_jpege_vepu2_deinit()
378 JpegeBits bits = ctx->bits; in hal_jpege_vepu2_gen_regs() local
432 jpege_bits_setup(bits, buf, (RK_U32)size); in hal_jpege_vepu2_gen_regs()
434 jpege_seek_bits(bits, length << 3); in hal_jpege_vepu2_gen_regs()
436 write_jpeg_header(bits, syntax, &ctx->hal_rc); in hal_jpege_vepu2_gen_regs()
445 bitpos = jpege_bits_get_bitpos(bits); in hal_jpege_vepu2_gen_regs()
766 sw_bit = jpege_bits_get_bitpos(ctx->bits); in multi_core_wait()
864 JpegeBits bits = ctx->bits; in hal_jpege_vepu2_wait() local
882 sw_bit = jpege_bits_get_bitpos(bits); in hal_jpege_vepu2_wait()