Blender V4.5
sequencer_scopes.cc File Reference
#include <cmath>
#include <cstring>
#include "BLI_math_vector.hh"
#include "BLI_task.hh"
#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::vse

Functions

static blender::float2 blender::ed::vse::rgb_to_uv_normalized (const float rgb[3])
static void blender::ed::vse::scope_put_pixel (const uchar *table, uchar *pos)
static void blender::ed::vse::scope_put_pixel_single (const uchar *table, uchar *pos, int col)
static void blender::ed::vse::init_wave_table (int height, uchar wtable[256])
ImBufblender::ed::vse::make_waveform_view_from_ibuf (const ImBuf *ibuf)
ImBufblender::ed::vse::make_sep_waveform_view_from_ibuf (const ImBuf *ibuf)
ImBufblender::ed::vse::make_zebra_view_from_ibuf (const ImBuf *ibuf, float perc)
static int blender::ed::vse::get_bin_float (float f)
ImBufblender::ed::vse::make_vectorscope_view_from_ibuf (const ImBuf *ibuf)