Searched refs:fsym (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | utvideodec.c | 49 int *fsym, unsigned nb_elems) in build_huff() argument 56 *fsym = -1; in build_huff() 59 *fsym = i; in build_huff() 100 int prev, fsym; in decode_plane10() local 102 if ((ret = build_huff(c, huff, &vlc, &fsym, 1024)) < 0) { in decode_plane10() 106 if (fsym >= 0) { // build_huff reported a symbol to fill slices with in decode_plane10() 118 pix = fsym; in decode_plane10() 212 int ret, prev, fsym; in decode_plane() local 262 if (build_huff(c, src, &vlc, &fsym, 256)) { in decode_plane() 266 if (fsym >= 0) { // build_huff reported a symbol to fill slices with in decode_plane() [all …]
|