Searched refs:tab0 (Results 1 - 6 of 6) sorted by relevance
/third_party/lame/mpglib/ |
H A D | huffman.h | 37 static const short tab0[] = variable 312 { /* 0 */ 0 , tab0 } , 316 { /* 0 */ 0 , tab0 } , 326 { /* 0 */ 0 , tab0 } ,
|
/third_party/ffmpeg/libavcodec/ |
H A D | dxv.c | 500 uint8_t **tab0, uint8_t **tab1, in dxv_decompress_cgo() 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_byt in dxv_decompress_cgo() 495 dxv_decompress_cgo(DXVContext *ctx, GetByteContext *gb, uint8_t *tex_data, int tex_size, uint8_t *op_data, int *oindex, int op_size, uint8_t **dstp, int *statep, uint8_t **tab0, uint8_t **tab1, int offset) dxv_decompress_cgo() argument 740 uint8_t *dst, *tab2[256] = { 0 }, *tab0[256] = { 0 }, *tab3[256] = { 0 }, *tab1[256] = { 0 }; dxv_decompress_cocg() local [all...] |
H A D | mpegaudiodec_template.c | 941 INTFLOAT *tab0, *tab1, v1, v2; in compute_stereo() local 956 tab0 = g0->sb_hybrid + 576; in compute_stereo() 969 tab0 -= len; in compute_stereo() 986 tmp0 = tab0[j]; in compute_stereo() 987 tab0[j] = MULLx(tmp0, v1, FRAC_BITS); in compute_stereo() 996 tmp0 = tab0[j]; in compute_stereo() 998 tab0[j] = MULLx(tmp0 + tmp1, ISQRT2, FRAC_BITS); in compute_stereo() 1012 tab0 -= len; in compute_stereo() 1030 tmp0 = tab0[j]; in compute_stereo() 1031 tab0[ in compute_stereo() [all...] |
H A D | twinvq.c | 183 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()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_decompress_symbolic.cpp | 101 vint4 tab0 = vint4::load(scb.weights + 0); in unpack_weights() local 107 vtable_prepare(tab0, tab1, tab2, tab3, tab0p, tab1p, tab2p, tab3p); in unpack_weights()
|
H A D | astcenc_ideal_endpoints_and_weights.cpp | 1079 vint4 tab0 = vint4::load(qat.quant_to_unquant); 1081 vtable_prepare(tab0, tab0p); 1109 vint4 tab0 = vint4::load(qat.quant_to_unquant + 0); 1112 vtable_prepare(tab0, tab1, tab0p, tab1p);
|
Completed in 8 milliseconds