HomeSort by relevance Sort by last modified time
    Searched refs:short_src (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c 903 const opus_int16 *short_src; local
905 short_src = (const opus_int16 *)src;
908 dst[i*dst_stride] = short_src[i*src_stride+src_channel];
910 dst[i*dst_stride] = (1/32768.f)*short_src[i*src_stride+src_channel];
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 903 const opus_int16 *short_src; local
905 short_src = (const opus_int16 *)src;
908 dst[i*dst_stride] = short_src[i*src_stride+src_channel];
910 dst[i*dst_stride] = (1/32768.f)*short_src[i*src_stride+src_channel];
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.c 97 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined);
131 lua_pushfstring(L, "\n\t%s:", ar.short_src);
188 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline);
ldblib.c 136 settabss(L, "short_src", ar.short_src);
lua.h 412 char short_src[LUA_IDSIZE]; /* (S) */ member in struct:lua_Debug
ldebug.c 192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE);

Completed in 143 milliseconds