Home
last modified time | relevance | path

Searched refs:tab0 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddxv.c500 uint8_t **tab0, uint8_t **tab1, in dxv_decompress_cgo() argument
542 tab0[0x9E3779B1 * (uint16_t)v >> 24] = dst; in dxv_decompress_cgo()
548 tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst; in dxv_decompress_cgo()
560 tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst; in dxv_decompress_cgo()
571 tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst; in dxv_decompress_cgo()
586 tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst; in dxv_decompress_cgo()
596 tab0[0x9E3779B1 * AV_RL16(dst) >> 24] = dst; in dxv_decompress_cgo()
600 tptr1 = tab0[bytestream2_get_byte(gb)]; in dxv_decompress_cgo()
609 tptr1 = tab0[bytestream2_get_byte(gb)]; in dxv_decompress_cgo()
623 tptr1 = tab0[bytestream2_get_byte(gb)]; in dxv_decompress_cgo()
[all …]
Dmpegaudiodec_template.c939 INTFLOAT *tab0, *tab1, v1, v2; in compute_stereo() local
954 tab0 = g0->sb_hybrid + 576; in compute_stereo()
967 tab0 -= len; in compute_stereo()
984 tmp0 = tab0[j]; in compute_stereo()
985 tab0[j] = MULLx(tmp0, v1, FRAC_BITS); in compute_stereo()
994 tmp0 = tab0[j]; in compute_stereo()
996 tab0[j] = MULLx(tmp0 + tmp1, ISQRT2, FRAC_BITS); in compute_stereo()
1010 tab0 -= len; in compute_stereo()
1028 tmp0 = tab0[j]; in compute_stereo()
1029 tab0[j] = MULLx(tmp0, v1, FRAC_BITS); in compute_stereo()
[all …]
Dtwinvq.c183 const int16_t *tab0, *tab1; in dequant() local
203 tab0 = cb0 + tmp0 * cb_len; in dequant()
207 out[tctx->permut[ftype][pos + j]] = sign0 * tab0[j] + in dequant()