Home
last modified time | relevance | path

Searched defs:idx_table (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dsid_tables.py149 def format(self, string_table, idx_table): argument
211 def emit(self, filp, string_table, idx_table): argument
/third_party/ffmpeg/libavcodec/
Dnellymoserenc.c214 static void get_exponent_greedy(NellyMoserEncodeContext *s, float *cand, int *idx_table) in get_exponent_greedy()
239 static void get_exponent_dynamic(NellyMoserEncodeContext *s, float *cand, int *idx_table) in get_exponent_dynamic()
314 int bits[NELLY_BUF_LEN], idx_table[NELLY_BANDS]; in encode_block() local
/third_party/mesa3d/src/compiler/nir/
Dnir_serialize.c81 void **idx_table; member