Searched refs:AV_WN16A (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddxtory.c72 AV_WN16A(Y1 + w, AV_RN16A(src));
73 AV_WN16A(Y2 + w, AV_RN16A(src + 2));
H A Dindeo3.c362 AV_WN16A(dst + line_offset ,\
364 AV_WN16A(dst + line_offset + 2,\
407 AV_WN16A(dst , \
409 AV_WN16A(dst + 2 , \
411 AV_WN16A(dst + row_offset , \
413 AV_WN16A(dst + row_offset + 2, \
H A Dpcm.c334 AV_WN16A(samples, av_reverse[(v >> 8) & 0xff] +
347 AV_WN16A(samples, bytestream_get_le16(&src2[c]));
408 AV_WN16A(samples, s->table[*src++]);
H A Dh264.c1739 AV_WN16A(mb + index, value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsgidec.c109 AV_WN16A(out_buf, pixel);
116 AV_WN16A(out_buf, pixel);
H A Dkgv1dec.c96 AV_WN16A(&out[2 * outcnt], code); // rgb555 pixel coded directly
H A Dindeo3.c370 AV_WN16A(dst + line_offset ,\
372 AV_WN16A(dst + line_offset + 2,\
415 AV_WN16A(dst , \
417 AV_WN16A(dst + 2 , \
419 AV_WN16A(dst + row_offset , \
421 AV_WN16A(dst + row_offset + 2, \
H A Dpcm.c368 AV_WN16A(samples, ff_reverse[(v >> 8) & 0xff] +
458 AV_WN16A(samples, s->table[*src++]);
H A Dmvcdec.c94 AV_WN16A(dst, v[i] & 0x7FFF); \
H A Dh264_mb.c603 AV_WN16A(mb + index, value);
H A Dmss4.c321 AV_WN16A(out + k * 2, c->imgbuf[i][k + (j & ~1) * 4] * 0x101);
H A Dvp9.c1284 AV_WN16A(ptr, v16);
1896 case 2: AV_WN16A(&var, val * 0x0101); break; \
1910 case 2: AV_WN16A(&var, val * 0x0101); break; \
2190 AV_WN16A(&s->eob[n], res); \
2262 AV_WN16A(&s->uveob[pl][n], res); \
2301 AV_WN16A(&s->uveob[pl][0], res);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dintreadwrite.h525 #ifndef AV_WN16A
526 # define AV_WN16A(p, v) AV_WNA(16, p, v) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dintreadwrite.h453 #ifndef AV_WN16A
454 # define AV_WN16A(p, v) AV_WNA(16, p, v) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_hqdn3d.c48 AV_WN16A(dst + (x) * 2, (val) >> (16 - depth)))

Completed in 134 milliseconds