Searched refs:mv_ptr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dindeo3.c80 const int8_t *mv_ptr; ///< ptr to the motion vector if any member in struct:Cell
240 if(cell->mv_ptr){
241 mv_y = cell->mv_ptr[0];
242 mv_x = cell->mv_ptr[1];
345 if (cell->mv_ptr || !skip_flag) \
456 } else if (mode == 10 && !cell->mv_ptr) {
489 } else if (mode == 10 && !cell->mv_ptr) {
510 } else if (mode == 10 && !cell->mv_ptr) {
522 if (mode >= 10 || (cell->mv_ptr || !skip_flag)) {
525 } else if (mode == 10 && !cell->mv_ptr) {
[all...]
H A Dinterplayvideo.c60 GetByteContext stream_ptr, mv_ptr; member in struct:IpvideoContext
110 B = bytestream2_get_byte(&s->mv_ptr);
136 B = bytestream2_get_byte(&s->mv_ptr);
160 B = bytestream2_get_byte(&s->mv_ptr);
919 s->mv_ptr = s->stream_ptr;
920 bytestream2_skip(&s->mv_ptr, bytestream2_get_le16(&s->stream_ptr));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dindeo3.c78 const int8_t *mv_ptr; ///< ptr to the motion vector if any member in struct:Cell
233 mv_y = cell->mv_ptr[0];
234 mv_x = cell->mv_ptr[1];
337 if (cell->mv_ptr || !skip_flag) \
447 } else if (mode == 10 && !cell->mv_ptr) {
480 } else if (mode == 10 && !cell->mv_ptr) {
501 } else if (mode == 10 && !cell->mv_ptr) {
513 if (mode >= 10 || (cell->mv_ptr || !skip_flag)) {
516 } else if (mode == 10 && !cell->mv_ptr) {
529 if (cell->mv_ptr) {
[all...]
H A Dinterplayvideo.c65 const uint8_t *mv_ptr; member in struct:IpvideoContext
124 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
125 B = *s->mv_ptr++;
152 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
153 B = *s->mv_ptr++;
178 CHECK_STREAM_PTR(s->mv_ptr, s->mv_end, 1);
179 B = *s->mv_ptr++;
974 s->mv_ptr = s->buf + 14 + AV_RL16(s->buf+14);

Completed in 121 milliseconds