Home
last modified time | relevance | path

Searched refs:CBRT (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcbrt_tablegen.h33 #define CBRT(x) lrint((x) * 8192) macro
35 #define CBRT(x) av_float2int((float)(x)) macro
69 AAC_RENAME(ff_cbrt_tab)[i] = CBRT(cbrt_tab_dbl[i]); in ff_cbrt_tableinit()
/third_party/ffmpeg/libavfilter/
H A Davf_avectorscope.c53 CBRT, enumerator
105 { "cbrt", "cube root", 0, AV_OPT_TYPE_CONST, {.i64=CBRT}, 0, 0, TFLAGS, "scale" },
312 case CBRT: in filter_frame()
346 case CBRT: in filter_frame()
H A Davf_ahistogram.c31 enum DisplayScale { LINEAR, SQRT, CBRT, LOG, RLOG, NB_SCALES }; enumerator
78 { "cbrt", "cubic root", 0, AV_OPT_TYPE_CONST, {.i64=CBRT}, 0, 0, FLAGS, "scale" },
336 case CBRT: in filter_frame()
H A Davf_showspectrum.c52 enum DisplayScale { LINEAR, SQRT, CBRT, LOG, FOURTHRT, FIFTHRT, NB_SCALES }; enumerator
154 { "cbrt", "cubic root", 0, AV_OPT_TYPE_CONST, {.i64=CBRT}, 0, 0, FLAGS, "scale" },
726 case CBRT: in get_scale()
757 case CBRT: in get_iscale()
1728 { "cbrt", "cubic root", 0, AV_OPT_TYPE_CONST, {.i64=CBRT}, 0, 0, FLAGS, "scale" },

Completed in 5 milliseconds