Home
last modified time | relevance | path

Searched refs:BITS_READ_S32_EXP (Results 1 – 3 of 3) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/test/
H A Dtest_bits.c495 value = BITS_READ_S32_EXP(NULL, &bit_stream, "test_read_s32_exp_golomb"); in test_read_s32_exp_golomb()
503 value = BITS_READ_S32_EXP(NULL, &bit_stream, "Final bit"); in test_read_s32_exp_golomb()
509 value = BITS_READ_S32_EXP(NULL, &bit_stream, "Beyond final bit"); in test_read_s32_exp_golomb()
519 value = BITS_READ_S32_EXP(NULL, &bit_stream, "Largest signed 32-bit value"); in test_read_s32_exp_golomb()
526 value = BITS_READ_S32_EXP(NULL, &bit_stream, "Just too large signed 33-bit value"); in test_read_s32_exp_golomb()
536 value = BITS_READ_S32_EXP(NULL, &bit_stream, "Larger signed 33-bit value"); in test_read_s32_exp_golomb()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_bits.h321 #define BITS_READ_S32_EXP(ctx, bits, txt) vc_container_bits_log_s32(ctx, BITS_LOG_INDEN… macro
339 #define BITS_READ_S32_EXP(ctx, bits, txt) (VC_CONTAINER_PARAM_UNUSED(ctx), VC_CONTAINER… macro
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/rtp/
H A Drtp_h264.c217 delta_scale = BITS_READ_S32_EXP(p_ctx, sprop, "delta_scale"); in h264_skip_scaling_list()