Searched refs:corrector_type (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dindeo3.c52 uint8_t *corrector_type; member in struct:Indeo3DecodeContext
83 if (!(s->corrector_type = av_malloc(24 * 256)))
88 s->corrector_type[i*256+j] = j < corrector_type_0[i] ? 1 :
147 av_freep(&s->corrector_type);
338 correction_type_sp[0] = s->corrector_type + (lv << 8);
342 correction_type_sp[1] = s->corrector_type + (lv << 8);
346 correction_type_sp[0] = correction_type_sp[1] = s->corrector_type + (lv << 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dindeo3.c52 uint8_t *corrector_type; member in struct:Indeo3DecodeContext
83 if (!(s->corrector_type = av_malloc(24 * 256)))
88 s->corrector_type[i*256+j] = j < corrector_type_0[i] ? 1 :
147 av_freep(&s->corrector_type);
338 correction_type_sp[0] = s->corrector_type + (lv << 8);
342 correction_type_sp[1] = s->corrector_type + (lv << 8);
346 correction_type_sp[0] = correction_type_sp[1] = s->corrector_type + (lv << 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dindeo3.c52 uint8_t *corrector_type; member in struct:Indeo3DecodeContext
83 if (!(s->corrector_type = av_malloc(24 * 256)))
88 s->corrector_type[i*256+j] = j < corrector_type_0[i] ? 1 :
147 av_freep(&s->corrector_type);
338 correction_type_sp[0] = s->corrector_type + (lv << 8);
342 correction_type_sp[1] = s->corrector_type + (lv << 8);
346 correction_type_sp[0] = correction_type_sp[1] = s->corrector_type + (lv << 8);

Completed in 105 milliseconds