Home
last modified time | relevance | path

Searched refs:int32_to_float (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dfmtconvert.h49 void (*int32_to_float)(float *dst, const int32_t *src, intptr_t len); member
Dfmtconvert.c54 c->int32_to_float = int32_to_float_c; in ff_fmt_convert_init()