Searched defs:idx_table (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | sid_tables.py | 149 def format(self, string_table, idx_table): argument 211 def emit(self, filp, string_table, idx_table): argument
|
/third_party/ffmpeg/libavcodec/ |
D | nellymoserenc.c | 214 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/ |
D | nir_serialize.c | 81 void **idx_table; member
|