Home
last modified time | relevance | path

Searched defs:tab (Results 151 - 175 of 270) sorted by relevance

1234567891011

/third_party/ffmpeg/libavcodec/
H A Dwmadec.c55 dump_floats(WMACodecContext *s, const char *name, int prec, const float *tab, int n) dump_floats() argument
H A Dmsmpeg4enc.c51 static av_cold void init_mv_table(MVTable *tab, uint16_t table_mv_index[4096]) in init_mv_table() argument
H A Datrac3plus.c721 static void decode_qu_spectra(GetBitContext *gb, const Atrac3pSpecCodeTab *tab, in decode_qu_spectra() argument
764 const Atrac3pSpecCodeTab *tab; in decode_spectrum() local
1085 VLC *tab; in gainc_loc_mode1() local
1119 VLC *tab; decode_gainc_loc_codes() local
[all...]
H A Dmpegaudioenc_template.c203 static void idct32(int *out, int *tab) in idct32() argument
[all...]
H A Drv40.c47 rv40_init_table(VLC *vlc, unsigned *offset, int nb_bits, int nb_codes, const uint8_t (*tab)[2]) rv40_init_table() argument
H A Dtwinvq_data.h231 } tab = { variable
10345 const uint8_t *tab; member
/third_party/ffmpeg/libavcodec/tests/
H A Dfft.c101 static void fft_ref(FFTComplex *tabr, FFTComplex *tab, int nbits) in fft_ref() argument
311 static inline void rdft_calc(RDFTContext *r, FFTSample *tab) in rdft_calc() argument
375 FFTComplex *tab, *tab1, *tab_ref; in main() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dmem.c325 void **tab; in av_dynarray_add_nofree() local
339 void **tab; in av_dynarray_add() local
[all...]
/third_party/ffmpeg/libswresample/
H A Dresample.c150 double *tab = av_malloc_array(tap_count+1, sizeof(*tab)); in build_filter() local
/third_party/lame/mpglib/
H A Dlayer2.c252 unsigned char *tab = grp_table_select(d1, idx); in II_step_two() local
299 unsigned char *tab = grp_table_select(d1, idx); in II_step_two() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_gf2m.c64 BN_ULONG tab[8], top2b = a >> 30; in bn_GF2m_mul_1x1() local
133 BN_ULONG tab[16], top3b = a >> 61; bn_GF2m_mul_1x1() local
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_gf2m.c65 BN_ULONG tab[8], top2b = a >> 30; in bn_GF2m_mul_1x1() local
134 BN_ULONG tab[16], top3b = a >> 61; bn_GF2m_mul_1x1() local
[all...]
/third_party/optimized-routines/math/
H A Dv_math.h231 v_lookup_f32 (const f32_t *tab, v_u32_t idx) in v_lookup_f32() argument
236 v_lookup_u32 (const u32_t *tab, v_u32_t idx) in v_lookup_u32() argument
351 v_lookup_f64 (const f64_t *tab, v_u64_t idx) in v_lookup_f64() argument
356 v_lookup_u64 (const u64_t *tab, v_u64_t idx) in v_lookup_u64() argument
500 v_lookup_f32 (const f32_t *tab, v_u32_t idx) in v_lookup_f32() argument
505 v_lookup_u32(const u32_t *tab, v_u32_t idx) v_lookup_u32() argument
624 v_lookup_f64(const f64_t *tab, v_u64_t idx) v_lookup_f64() argument
629 v_lookup_u64(const u64_t *tab, v_u64_t idx) v_lookup_u64() argument
[all...]
/third_party/selinux/libsepol/src/
H A Doptimize.c199 static int is_avrule_redundant(avtab_ptr_t entry, avtab_t *tab, in is_avrule_redundant() argument
297 avtab_t *tab = &p->te_avtab; in optimize_avtab() local
375 avtab_t *tab = &p->te_cond_avtab; in optimize_cond_avtab() local
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp41 std::string ToString(const std::list<std::string> &lists, char tab) in ToString() argument
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Daf9013.c836 const struct af9013_reg_mask_val *tab; in af9013_init() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Dmach64_gx.c90 } tab[3] = { in aty_set_dac_514() local
/kernel/linux/linux-5.10/net/sched/
H A Dsch_gred.c53 struct gred_sched_data *tab[MAX_DPs]; member
[all...]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dcommon.c440 int build_pinned_obj_table(struct pinned_obj_table *tab, in build_pinned_obj_table() argument
469 void delete_pinned_obj_table(struct pinned_obj_table *tab) in delete_pinned_obj_table() argument
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Dmach64_gx.c90 } tab[3] = { in aty_set_dac_514() local
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Daf9013.c836 const struct af9013_reg_mask_val *tab; in af9013_init() local
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_gred.c53 struct gred_sched_data *tab[MAX_DPs]; member
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dmpegaudiodsp_mips_float.c285 static void ff_dct32_mips_float(float *out, const float *tab) in ff_dct32_mips_float() argument
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c1083 struct _glapi_table *tab = ctx->Exec; in vbo_install_exec_vtxfmt() local
1257 struct _glapi_table *tab = ctx->HWSelectModeBeginEnd; in vbo_install_hw_select_begin_end() local
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dcurve448.c248 int tab = 0; in ossl_curve448_precomputed_scalarmul() local

Completed in 44 milliseconds

1234567891011