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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dyop.c134 * @param copy_tag the tag that was in the nibble
136 static int yop_copy_previous_block(YopDecContext *s, int copy_tag) argument
141 bufptr = s->dstptr + motion_vector[copy_tag][0] +
142 s->frame.linesize[0] * motion_vector[copy_tag][1];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dyop.c134 * @param copy_tag the tag that was in the nibble
136 static int yop_copy_previous_block(YopDecContext *s, int copy_tag) argument
141 bufptr = s->dstptr + motion_vector[copy_tag][0] +
142 s->frame.linesize[0] * motion_vector[copy_tag][1];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dyop.c134 * @param copy_tag the tag that was in the nibble
136 static int yop_copy_previous_block(YopDecContext *s, int copy_tag) argument
141 bufptr = s->dstptr + motion_vector[copy_tag][0] +
142 s->frame.linesize[0] * motion_vector[copy_tag][1];

Completed in 177 milliseconds