Home
last modified time | relevance | path

Searched refs:codetable (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/
Ddebugger_r.py37 codetable = {} variable
144 codetable[cid] = code
150 code = codetable[cid]
154 code = codetable[cid]
/third_party/ffmpeg/libavcodec/
Dra288.h34 static const int16_t codetable[128][5]={ variable
Dra288.c118 buffer[i] = codetable[cb_coef][i] * sumsum; in decode()