Lines Matching refs:odst
148 uint8_t *odst = (uint8_t *)dst; in decode_run_i() local
158 r = odst[off1] + in decode_run_i()
159 odst[off2 + 4] - in decode_run_i()
160 odst[off2 - z ]; in decode_run_i()
161 g = odst[off1 + 1] + in decode_run_i()
162 odst[off2 + 5] - in decode_run_i()
163 odst[off2 - z + 1]; in decode_run_i()
164 b = odst[off1 + 2] + in decode_run_i()
165 odst[off2 + 6] - in decode_run_i()
166 odst[off2 - z + 2]; in decode_run_i()
299 uint8_t *odst = (uint8_t *)dst; in decode_run_p() local
312 r = odst[((*by - 1) * linesize + *bx) * 4] + in decode_run_p()
313 odst[(*by * linesize + *bx - 1 - z) * 4] - in decode_run_p()
314 odst[((*by - 1) * linesize + *bx - 1 - z) * 4]; in decode_run_p()
315 g = odst[((*by - 1) * linesize + *bx) * 4 + 1] + in decode_run_p()
316 odst[(*by * linesize + *bx - 1 - z) * 4 + 1] - in decode_run_p()
317 odst[((*by - 1) * linesize + *bx - 1 - z) * 4 + 1]; in decode_run_p()
318 b = odst[((*by - 1) * linesize + *bx) * 4 + 2] + in decode_run_p()
319 odst[(*by * linesize + *bx - 1 - z) * 4 + 2] - in decode_run_p()
320 odst[((*by - 1) * linesize + *bx - 1 - z) * 4 + 2]; in decode_run_p()