|
Blender V4.3
|
#include <cmath>#include <cstring>#include "BLI_math_vector.hh"#include "BLI_task.hh"#include "BLI_utildefines.h"#include "IMB_colormanagement.hh"#include "IMB_imbuf.hh"#include "IMB_imbuf_types.hh"#include "sequencer_scopes.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::seq |
Functions | |
| static blender::float2 | blender::ed::seq::rgb_to_uv_normalized (const float rgb[3]) |
| static void | blender::ed::seq::scope_put_pixel (const uchar *table, uchar *pos) |
| static void | blender::ed::seq::scope_put_pixel_single (const uchar *table, uchar *pos, int col) |
| static void | blender::ed::seq::init_wave_table (int height, uchar wtable[256]) |
| ImBuf * | blender::ed::seq::make_waveform_view_from_ibuf (const ImBuf *ibuf) |
| ImBuf * | blender::ed::seq::make_sep_waveform_view_from_ibuf (const ImBuf *ibuf) |
| ImBuf * | blender::ed::seq::make_zebra_view_from_ibuf (const ImBuf *ibuf, float perc) |
| static int | blender::ed::seq::get_bin_float (float f) |
| ImBuf * | blender::ed::seq::make_vectorscope_view_from_ibuf (const ImBuf *ibuf) |