Lines Matching refs:scan
140 RUN_BLOCK, ///< block is composed from runs of colours with custom scan order
638 * @param scan scan order table
643 const uint8_t *scan, int *coef_count_,
693 block[scan[ccoef]] = t;
714 block[scan[ccoef]] = t;
740 const uint8_t *scan)
746 block[scan[idx]] = (int)(block[scan[idx]] * quant[idx]) >> 11;
860 const uint8_t *scan;
892 scan = bink_patterns[get_bits(gb, 4)];
908 dst[coordmap[*scan++]] = v;
911 dst[coordmap[*scan++]] = binkb_get_value(c, BINKB_SRC_COLORS);
915 dst[coordmap[*scan++]] = binkb_get_value(c, BINKB_SRC_COLORS);
1028 const uint8_t *scan;
1107 scan = bink_patterns[get_bits(gb, 4)];
1120 ublock[*scan++] = v;
1123 ublock[*scan++] = get_value(c, BINK_SRC_COLORS);
1127 ublock[*scan++] = get_value(c, BINK_SRC_COLORS);
1172 scan = bink_patterns[get_bits(gb, 4)];
1185 dst[coordmap[*scan++]] = v;
1188 dst[coordmap[*scan++]] = get_value(c, BINK_SRC_COLORS);
1192 dst[coordmap[*scan++]] = get_value(c, BINK_SRC_COLORS);