Searched refs:short_src (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c903 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];
/external/libopus/src/
H A Dopus_multistream_encoder.c903 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];
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlauxlib.c97 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);
H A Dldblib.c136 settabss(L, "short_src", ar.short_src);
H A Dlua.h412 char short_src[LUA_IDSIZE]; /* (S) */ member in struct:lua_Debug
H A Dldebug.c192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE);

Completed in 174 milliseconds