Home
last modified time | relevance | path

Searched refs:tot_channel (Results 1 – 4 of 4) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-trellis/docs/
H A Dtest_viterbi_equalization1.py87tot_channel = fsm_utils.make_isi_lookup(modulation,channel,True) # generate the lookup table (norm…
88 dimensionality = tot_channel[0]
89 tot_constellation = tot_channel[1]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_clip/
H A Dclip_dopesheet_draw.c123 float height = (dopesheet->tot_channel * CHANNEL_STEP) + CHANNEL_HEIGHT; in clip_draw_dopesheet_main()
310 int height = (dopesheet->tot_channel * CHANNEL_STEP) + CHANNEL_HEIGHT; in clip_draw_dopesheet_channels()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_tracking_types.h428 int tot_channel; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dtracking.c160 dopesheet->tot_channel = 0; in tracking_dopesheet_free()
2902 dopesheet->tot_channel++; in tracking_dopesheet_channels_calc()