Searched refs:work_chunk (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 Ddv.h111 static inline void dv_calculate_mb_xy(DVVideoContext *s, DVwork_chunk *work_chunk, int m, int *mb_x, int *mb_y) argument
113 *mb_x = work_chunk->mb_coordinates[m] & 0xff;
114 *mb_y = work_chunk->mb_coordinates[m] >> 8;
H A Ddvdec.c164 DVwork_chunk *work_chunk = arg; local
187 buf_ptr = &s->buf[work_chunk->buf_offset*80];
284 dv_calculate_mb_xy(s, work_chunk, mb_index, &mb_x, &mb_y);
H A Ddvenc.c404 DVwork_chunk *work_chunk = arg; local
418 dif = &s->buf[work_chunk->buf_offset*80];
421 dv_calculate_mb_xy(s, work_chunk, mb_index, &mb_x, &mb_y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddv.c445 static inline void dv_calculate_mb_xy(DVVideoContext *s, DVwork_chunk *work_chunk, int m, int *mb_x, int *mb_y) argument
447 *mb_x = work_chunk->mb_coordinates[m] & 0xff;
448 *mb_y = work_chunk->mb_coordinates[m] >> 8;
460 DVwork_chunk *work_chunk = arg; local
483 buf_ptr = &s->buf[work_chunk->buf_offset*80];
580 dv_calculate_mb_xy(s, work_chunk, mb_index, &mb_x, &mb_y);
928 DVwork_chunk *work_chunk = arg; local
942 dif = &s->buf[work_chunk->buf_offset*80];
945 dv_calculate_mb_xy(s, work_chunk, mb_index, &mb_x, &mb_y);

Completed in 109 milliseconds