Home
last modified time | relevance | path

Searched refs:adx (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/tests/ref/acodec/
Dadpcm-adx1 c257001314241b469a6512616fd56548 *tests/data/fate/acodec-adpcm-adx.adx
2 297738 tests/data/fate/acodec-adpcm-adx.adx
3 5b5a436ec9d528d6eb0bebaf667521b0 *tests/data/fate/acodec-adpcm-adx.out.wav
Dadpcm-adx-trellis1 c257001314241b469a6512616fd56548 *tests/data/fate/acodec-adpcm-adx-trellis.adx
2 297738 tests/data/fate/acodec-adpcm-adx-trellis.adx
3 5b5a436ec9d528d6eb0bebaf667521b0 *tests/data/fate/acodec-adpcm-adx-trellis.out.wav
/third_party/ffmpeg/libavcodec/
Dvorbis.c147 intptr_t sy, int ady, int adx, in render_line_unrolled() argument
150 int err = -adx; in render_line_unrolled()
156 err += ady - adx; in render_line_unrolled()
172 int adx = x1 - x0; in render_line() local
176 if (ady*2 <= adx) { // optimized common case in render_line()
177 render_line_unrolled(x0, y0, x1, sy, ady, adx, buf); in render_line()
179 int base = dy / adx; in render_line()
182 int err = -adx; in render_line()
183 ady -= FFABS(base) * adx; in render_line()
188 err -= adx; in render_line()
Dadxenc.c37 static void adx_encode(ADXContext *c, uint8_t *adx, const int16_t *wav, in adx_encode() argument
63 memset(adx, 0, BLOCK_SIZE); in adx_encode()
75 AV_WB16(adx, scale); in adx_encode()
77 init_put_bits(&pb, adx + 2, 16); in adx_encode()
Dvorbisdec.c1220 int book, adx, ady, dy, off, predicted, err; in vorbis_floor1_decode() local
1283 adx = vf->list[high_neigh_offs].x - vf->list[low_neigh_offs].x; in vorbis_floor1_decode()
1286 off = err / adx; in vorbis_floor1_decode()
DMakefile856 OBJS-$(CONFIG_ADPCM_ADX_DECODER) += adxdec.o adx.o
857 OBJS-$(CONFIG_ADPCM_ADX_ENCODER) += adxenc.o adx.o
1084 OBJS-$(CONFIG_ADX_PARSER) += adx_parser.o adx.o
/third_party/ffmpeg/tests/fate/
Dacodec.mak47 FATE_ACODEC_ADPCM-$(call ENCDEC, ADPCM_ADX, ADX) += adx
65 fate-acodec-adpcm-adx: FMT = adx
81 FATE_ACODEC_ADPCM_TRELLIS-$(call ENCDEC, ADPCM_ADX, ADX) += adx
95 fate-acodec-adpcm-adx-trellis: FMT = adx
/third_party/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c216 FT_Pos adx, in cff_operator_seac() argument
237 adx = ADD_LONG( adx, decoder->builder.left_bearing.x ); in cff_operator_seac()
292 subg->arg1 = (FT_Int)( adx >> 16 ); in cff_operator_seac()
332 builder->pos_x = SUB_LONG( adx, asb ); in cff_operator_seac()
Dt1decode.c260 FT_Pos adx, in t1operator_seac() argument
291 adx += decoder->builder.left_bearing.x; in t1operator_seac()
355 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb ); in t1operator_seac()
397 decoder->builder.pos_x = adx - asb; in t1operator_seac()
Dpsintrp.c1313 FT_Pos adx = cf2_stack_popFixed ( opStack ); in cf2_interpT2CharString() local
1351 adx += decoder->builder.left_bearing->x; in cf2_interpT2CharString()
1409 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb ); in cf2_interpT2CharString()
1481 adx - asb, in cf2_interpT2CharString()
/third_party/gstreamer/gstreamer/docs/random/
Dmimetypes412 Encoder: ffenc_adpcm_ima_[qt/wav/dk3/dk4/ws/smjpeg], ffenc_adpcm_[ms/4xm/xa/adx/ea]
413 Decoder: ffdec_adpcm_ima_[qt/wav/dk3/dk4/ws/smjpeg], ffdec_adpcm_[ms/4xm/xa/adx/ea]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DlocaleCanonicalization.txt296 pcr ; adx
/third_party/icu/icu4c/source/test/testdata/
DlocaleCanonicalization.txt296 pcr ; adx
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86.td223 def FeatureADX : SubtargetFeature<"adx", "HasADX", "true",
/third_party/skia/third_party/externals/icu/source/data/misc/
DlangInfo.txt161 "pcr","adx",
Dmetadata.txt1237 replacement{"adx"}
/third_party/icu/icu4c/source/data/misc/
Dmetadata.txt1257 replacement{"adx"}
DlangInfo.txt166 "pcr","adx",
/third_party/ffmpeg/
DBUILD.gn204 # "//third_party/ffmpeg/libavcodec/adx.c",
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.216827 `adx' and `ady'.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc166 { "adx", "Support ADX instructions", X86::FeatureADX, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } } },