Lines Matching refs:low
771 RK_S32 low; member
793 ctx->low = 0; in init_context()
803 RK_S32 out = ctx->low >> (ctx->queue + 10); in h264e_cabac_putbyte()
805 ctx->low &= (0x400 << ctx->queue) - 1; in h264e_cabac_putbyte()
841 ctx->low <<= shift; in h264e_cabac_renorm()
893 ctx->low += ctx->range; in h264e_cabac_write_skip_flag()
911 ctx->low += ctx->range - 2; in h264e_cabac_flush()
912 ctx->low |= 1; in h264e_cabac_flush()
913 ctx->low <<= 9; in h264e_cabac_flush()
919 ctx->low <<= -ctx->queue; in h264e_cabac_flush()
920 ctx->low |= 1 << 10; in h264e_cabac_flush()