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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo_common.h655 int16_t mv_cache[4][4][2]; local
662 memcpy(mv_cache[1][1], s->current_picture.motion_val[0][mot_xy ], sizeof(int16_t)*4);
663 memcpy(mv_cache[2][1], s->current_picture.motion_val[0][mot_xy+mot_stride], sizeof(int16_t)*4);
664 memcpy(mv_cache[3][1], s->current_picture.motion_val[0][mot_xy+mot_stride], sizeof(int16_t)*4);
667 memcpy(mv_cache[0][1], mv_cache[1][1], sizeof(int16_t)*4);
669 memcpy(mv_cache[0][1], s->current_picture.motion_val[0][mot_xy-mot_stride], sizeof(int16_t)*4);
673 *(int32_t*)mv_cache[1][0]= *(int32_t*)mv_cache[1][1];
674 *(int32_t*)mv_cache[
[all...]
H A Dh264.c364 memset(h->mv_cache [list], 0, 8*5*2*sizeof(int16_t)); //FIXME clean only input? clean at all?
375 *(uint32_t*)h->mv_cache[list][scan8[0] + 0 - 1*8]= *(uint32_t*)s->current_picture.motion_val[list][b_xy + 0];
376 *(uint32_t*)h->mv_cache[list][scan8[0] + 1 - 1*8]= *(uint32_t*)s->current_picture.motion_val[list][b_xy + 1];
377 *(uint32_t*)h->mv_cache[list][scan8[0] + 2 - 1*8]= *(uint32_t*)s->current_picture.motion_val[list][b_xy + 2];
378 *(uint32_t*)h->mv_cache[list][scan8[0] + 3 - 1*8]= *(uint32_t*)s->current_picture.motion_val[list][b_xy + 3];
384 *(uint32_t*)h->mv_cache [list][scan8[0] + 0 - 1*8]=
385 *(uint32_t*)h->mv_cache [list][scan8[0] + 1 - 1*8]=
386 *(uint32_t*)h->mv_cache [list][scan8[0] + 2 - 1*8]=
387 *(uint32_t*)h->mv_cache [list][scan8[0] + 3 - 1*8]= 0;
396 *(uint32_t*)h->mv_cache[lis
[all...]
H A Dsvq3.c391 /* update mv_cache */
396 *(int32_t *) h->mv_cache[dir][scan8[k] + 1*8] = mv;
399 *(int32_t *) h->mv_cache[dir][scan8[k] + 1 + 1*8] = mv;
403 *(int32_t *) h->mv_cache[dir][scan8[k] + 1] = mv;
406 *(int32_t *) h->mv_cache[dir][scan8[k]] = mv;
471 *(uint32_t *) h->mv_cache[m][scan8[0] - 1 + i*8] = *(uint32_t *) s->current_picture.motion_val[m][b_xy - 1 + i*h->b_stride];
475 *(uint32_t *) h->mv_cache[m][scan8[0] - 1 + i*8] = 0;
479 memcpy(h->mv_cache[m][scan8[0] - 1*8], s->current_picture.motion_val[m][b_xy - h->b_stride], 4*2*sizeof(int16_t));
483 *(uint32_t *) h->mv_cache[m][scan8[0] + 4 - 1*8] = *(uint32_t *) s->current_picture.motion_val[m][b_xy - h->b_stride + 4];
490 *(uint32_t *) h->mv_cache[
[all...]
H A Dh264.h288 DECLARE_ALIGNED_8(int16_t, mv_cache[2][5*8][2]);

Completed in 111 milliseconds