Home
last modified time | relevance | path

Searched refs:switch_val (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.h76 LLVMValueRef switch_val; member
83 LLVMValueRef switch_val; member
H A Dlp_bld_tgsi_soa.c157 ctx->switch_stack[ctx->switch_stack_size].switch_val = ctx->switch_val; in lp_exec_switch()
164 ctx->switch_val = switchval; in lp_exec_switch()
214 ctx->switch_val = ctx->switch_stack[ctx->switch_stack_size].switch_val; in lp_exec_endswitch()
239 casemask = lp_build_cmp(mask->bld, PIPE_FUNC_EQUAL, caseval, ctx->switch_val); in lp_exec_case()
/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c378 unsigned int rice_order, exp_order, switch_bits, switch_val; in encode_vlc_codeword() local
386 switch_val = switch_bits << rice_order; in encode_vlc_codeword()
388 if (val >= switch_val) { in encode_vlc_codeword()
389 val -= switch_val - (1 << exp_order); in encode_vlc_codeword()
629 unsigned int rice_order, exp_order, switch_bits, switch_val; in estimate_vlc() local
637 switch_val = switch_bits << rice_order; in estimate_vlc()
639 if (val >= switch_val) { in estimate_vlc()
640 val -= switch_val - (1 << exp_order); in estimate_vlc()

Completed in 10 milliseconds