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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c382 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
383 if(FFABS(mv_col[0]) <= 1 && FFABS(mv_col[1]) <= 1){
393 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
394 if(FFABS(mv_col[0]) <= 1 && FFABS(mv_col[1]) <= 1){
541 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride]; local
542 int my_col = (mv_col[1]<<y_shift)/2;
543 int mx = (scale * mv_col[0] + 128) >> 8;
546 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[
564 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; local
605 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
612 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
[all...]
H A Dhevc_mvs.c826 Mv mv_col; local
829 &mv_col, LX);
831 mvpcand_list[numMVPCandLX++] = mv_col;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c380 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
381 if(FFABS(mv_col[0]) <= 1 && FFABS(mv_col[1]) <= 1){
391 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
392 if(FFABS(mv_col[0]) <= 1 && FFABS(mv_col[1]) <= 1){
540 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride]; local
541 int my_col = (mv_col[1]<<y_shift)/2;
542 int mx = (scale * mv_col[0] + 128) >> 8;
545 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[
563 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; local
604 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; local
611 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride]; local
[all...]

Completed in 42 milliseconds