Home
last modified time | relevance | path

Searched defs:tab (Results 101 - 125 of 138) sorted by relevance

123456

/third_party/openssl/crypto/ec/curve448/
H A Dcurve448.c248 int tab = 0; in ossl_curve448_precomputed_scalarmul() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8_dec.c424 const uint8_t* tab; in GetLargeValue() local
/third_party/optimized-routines/math/
H A Dmath_config.h325 uint64_t tab[1 << EXP2F_TABLE_BITS]; member
340 } tab[1 << LOGF_TABLE_BITS]; member
352 } tab[1 << LOG2F_TABLE_BITS]; member
369 } tab[1 << POWF_LOG2_TABLE_BITS]; member
393 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
405 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS]; member
420 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS]; member
434 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c323 int tab = sao_tab[(FFALIGN(width, 8) >> 3) - 1]; in sao_filter_CTB() local
H A Datrac9dec.c279 const VLC *tab = &sf_vlc[0][len]; in read_scalefactors() local
312 const VLC *tab = &sf_vlc[1][len]; in read_scalefactors() local
333 const VLC *tab = &sf_vlc[0][len]; in read_scalefactors() local
420 const VLC *tab = &coeff_vlc[cb][prec][cbi]; in read_coeffs_coarse() local
843 atrac9_init_vlc(VLC *vlc, int nb_bits, int nb_codes, const uint8_t (**tab)[2], unsigned *buf_offset, int offset) atrac9_init_vlc() argument
[all...]
H A Dccaption_dec.c450 int i, j, tab = 0; in capture_screen() local
H A Divi.h66 VLC *tab; /// pointer to the table associated with tab_sel member
H A Dtwinvq.c581 static void permutate_in_line(int16_t *tab, int num_vect, int num_blocks, in permutate_in_line() argument
H A Don2avc.c328 const double *tab; in pretwiddle() local
351 twiddle(float *src1, float *src2, int src2_len, const double *tab, int tab_len, int step, int order0, int order1, const double * const *tabs) twiddle() argument
H A Dcook.c304 static const uint32_t tab[4] = { in decode_bytes() local
H A Dalsdec.c936 int tab = 5 - (end - begin); in decode_var_block_data() local
H A Dqdm2.c447 int tmp, tab; in fill_tone_level_array() local
[all...]
H A Dmpegvideo_enc.c1908 static const char tab[64] = { in dct_single_coeff_elimination() local
H A Dvp3.c2450 const HuffTable *tab = &s->huffman_table[i]; in vp3_decode_init() local
/third_party/ffmpeg/libavutil/
H A Dtx_template.c180 const TXSample *tab = TX_TAB(ff_tx_tab_53); in fft3() local
256 const TXComplex *tab = (const TXComplex *)TX_TAB(ff_tx_tab_7); fft7() local
342 const TXComplex *tab = (const TXComplex *)TX_TAB(ff_tx_tab_9); fft9() local
1289 TXSample *tab; ff_tx_rdft_init() local
[all...]
/third_party/lame/misc/
H A Dath.c426 static float tab [] = { in ATH() local
/third_party/lame/libmp3lame/
H A Dtakehiro.c1141 const int *tab; in mpeg1_scale_bitcount() local
H A Dpsymodel.c263 static const FLOAT tab[] = { variable
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dframe_enc.c268 const uint8_t* tab; in PutCoeffs() local
/third_party/python/Lib/tkinter/
H A Dttk.py863 def tab(self, tab_id, option=None, **kw): global() member in Notebook
[all...]
/third_party/ffmpeg/libavdevice/
H A Dopengl_enc.c556 float tab = top + bottom; in opengl_make_ortho() local
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c1935 struct _glapi_table *tab = ctx->Save; in vbo_install_save_vtxfmt() local
/third_party/python/Objects/
H A Dsetobject.c1063 setentry tab[PySet_MINSIZE]; in set_swap_bodies() local
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc2152 const LogicVRegister* tab[4] = {tab1, tab2, tab3, tab4}; in Table() local
2169 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& ind) tbl() argument
2175 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& ind) tbl() argument
2182 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& ind) tbl() argument
2190 tbl(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& tab4, const LogicVRegister& ind) tbl() argument
2199 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& ind) tbx() argument
2205 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& ind) tbx() argument
2212 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& ind) tbx() argument
2220 tbx(VectorFormat vform, LogicVRegister dst, const LogicVRegister& tab, const LogicVRegister& tab2, const LogicVRegister& tab3, const LogicVRegister& tab4, const LogicVRegister& ind) tbx() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3447 void OH_Drawing_DestroyTextTab(OH_Drawing_TextTab* tab) in OH_Drawing_DestroyTextTab() argument
3452 void OH_Drawing_SetTypographyTextTab(OH_Drawing_TypographyStyle* style, OH_Drawing_TextTab* tab) in OH_Drawing_SetTypographyTextTab() argument
3461 OH_Drawing_TextAlign OH_Drawing_GetTextTabAlignment(OH_Drawing_TextTab* tab) in OH_Drawing_GetTextTabAlignment() argument
3469 float OH_Drawing_GetTextTabLocation(OH_Drawing_TextTab* tab) in OH_Drawing_GetTextTabLocation() argument
[all...]

Completed in 58 milliseconds

123456