Searched refs:pack16to32 (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c201 mv[list]= pack16to32(mid_pred(A[0], B[0], C[0]),
545 fill_rectangle(&h->mv_cache[0][scan8[i8*4]], 2, 2, 8, pack16to32(mx,my), 4);
546 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[0],my-my_col), 4);
569 mv0= pack16to32(mv_l0[0],mv_l0[1]);
570 mv1= pack16to32(mv_l0[0]-mv_col[0],mv_l0[1]-mv_col[1]);
608 fill_rectangle(&h->mv_cache[0][scan8[i8*4]], 2, 2, 8, pack16to32(mx,my), 4);
609 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[0],my-mv_col[1]), 4);
617 pack16to32(mv_l0[0]-mv_col[0],mv_l0[1]-mv_col[1]));
H A Dh264_cavlc.c974 fill_rectangle(h->mv_cache[list][ scan8[0] ], 4, 4, 8, pack16to32(mx,my), 4);
1008 val= pack16to32(mx,my);
1045 val= pack16to32(mx,my);
H A Dh264_cabac.c2208 fill_rectangle(h->mv_cache[list][ scan8[0] ], 4, 4, 8, pack16to32(mx,my), 4);
2239 fill_rectangle(h->mv_cache[list][ scan8[0] + 16*i ], 4, 2, 8, pack16to32(mx,my), 4);
2274 fill_rectangle(h->mv_cache[list][ scan8[0] + 2*i ], 2, 4, 8, pack16to32(mx,my), 4);
H A Dh264.h945 static av_always_inline uint32_t pack16to32(int a, int b) function
H A Dsvq3.c465 int32_t mv = pack16to32(mx, my);
482 pack16to32(mx, my), 4);
H A Dh264_mvpred.h342 fill_rectangle(h->mv_cache[0][scan8[0]], 4, 4, 8, pack16to32(mx, my), 4);
H A Dh264_slice.c2055 fill_rectangle(mv_dst, 4, 4, 8, pack16to32(0, 0), 4);
2066 uint32_t ref01 = (pack16to32(ref2frm[list][ref[0]], ref2frm[list][ref[1]]) & 0x00FF00FF) * 0x0101;
2067 uint32_t ref23 = (pack16to32(ref2frm[list][ref[2]], ref2frm[list][ref[3]]) & 0x00FF00FF) * 0x0101;
H A Dh264.c93 pack16to32((*mv)[0][0][0], (*mv)[0][0][1]), 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c200 mv[list]= pack16to32(mid_pred(A[0], B[0], C[0]),
544 fill_rectangle(&h->mv_cache[0][scan8[i8*4]], 2, 2, 8, pack16to32(mx,my), 4);
545 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[0],my-my_col), 4);
568 mv0= pack16to32(mv_l0[0],mv_l0[1]);
569 mv1= pack16to32(mv_l0[0]-mv_col[0],mv_l0[1]-mv_col[1]);
607 fill_rectangle(&h->mv_cache[0][scan8[i8*4]], 2, 2, 8, pack16to32(mx,my), 4);
608 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[0],my-mv_col[1]), 4);
616 pack16to32(mv_l0[0]-mv_col[0],mv_l0[1]-mv_col[1]));
H A Dh264_cavlc.c972 fill_rectangle(h->mv_cache[list][ scan8[0] ], 4, 4, 8, pack16to32(mx,my), 4);
1006 val= pack16to32(mx,my);
1043 val= pack16to32(mx,my);
H A Dh264_cabac.c2194 fill_rectangle(h->mv_cache[list][ scan8[0] ], 4, 4, 8, pack16to32(mx,my), 4);
2225 fill_rectangle(h->mv_cache[list][ scan8[0] + 16*i ], 4, 2, 8, pack16to32(mx,my), 4);
2260 fill_rectangle(h->mv_cache[list][ scan8[0] + 2*i ], 2, 4, 8, pack16to32(mx,my), 4);
H A Dh264.h748 static av_always_inline uint32_t pack16to32(int a, int b){ function
H A Dsvq3.c409 int32_t mv = pack16to32(mx,my);
429 pack16to32(mx, my), 4);
H A Dh264_mvpred.h323 fill_rectangle( h->mv_cache[0][scan8[0]], 4, 4, 8, pack16to32(mx,my), 4);
H A Derror_resilience.c64 pack16to32(s->mv[0][0][0], s->mv[0][0][1]), 4);
H A Dh264.c3399 fill_rectangle(mv_dst, 4, 4, 8, pack16to32(0,0), 4);
3410 uint32_t ref01 = (pack16to32(ref2frm[list][ref[0]],ref2frm[list][ref[1]])&0x00FF00FF)*0x0101;
3411 uint32_t ref23 = (pack16to32(ref2frm[list][ref[2]],ref2frm[list][ref[3]])&0x00FF00FF)*0x0101;

Completed in 115 milliseconds