Searched refs:pixel4 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhpel_template.c39 pixel4 a, b; \
42 OP(*((pixel4 *) &dst[i * dst_stride]), rnd_avg_pixel4(a, b)); \
45 OP(*((pixel4 *) &dst[i * dst_stride + 4 * sizeof(pixel)]), \
60 pixel4 a, b; \
63 OP(*((pixel4 *) &dst[i * dst_stride]), rnd_avg_pixel4(a, b)); \
77 pixel4 a, b; \
H A Dpel_template.c49 OP(*((pixel4 *) block), AV_RN4P(pixels)); \
62 OP(*((pixel4 *) block), AV_RN4P(pixels)); \
63 OP(*((pixel4 *) (block + 4 * sizeof(pixel))), \
H A Dbit_depth_template.c30 # undef pixel4 macro
53 # define pixel4 uint64_t macro
72 # define pixel4 uint32_t macro
H A Dh264pred_template.c39 const pixel4 a= AV_RN4PA(src-stride);
65 const pixel4 a = PIXEL_SPLAT_X4(dc);
79 const pixel4 a = PIXEL_SPLAT_X4(dc);
93 const pixel4 a = PIXEL_SPLAT_X4(dc);
106 const pixel4 a = PIXEL_SPLAT_X4(1<<(BIT_DEPTH-1));
119 const pixel4 a = PIXEL_SPLAT_X4((1<<(BIT_DEPTH-1))-1);
132 const pixel4 a = PIXEL_SPLAT_X4((1<<(BIT_DEPTH-1))+1);
334 const pixel4 a = AV_RN4PA(((pixel4*)(src-stride))+0);
335 const pixel4
[all...]
H A Dhevcpred_template.c45 pixel4 pix = PIXEL_SPLAT_X4(val); \
96 pixel4 a;
399 pixel4 a;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264pred_template.c35 const pixel4 a= AV_RN4PA(src-stride);
57 const pixel4 a = PIXEL_SPLAT_X4(dc);
69 const pixel4 a = PIXEL_SPLAT_X4(dc);
81 const pixel4 a = PIXEL_SPLAT_X4(dc);
92 const pixel4 a = PIXEL_SPLAT_X4(1<<(BIT_DEPTH-1));
103 const pixel4 a = PIXEL_SPLAT_X4((1<<(BIT_DEPTH-1))-1);
114 const pixel4 a = PIXEL_SPLAT_X4((1<<(BIT_DEPTH-1))+1);
300 const pixel4 a = AV_RN4PA(((pixel4*)(src-stride))+0);
301 const pixel4
[all...]
H A Dbit_depth_template.c28 # undef pixel4 macro
51 # define pixel4 uint64_t macro
70 # define pixel4 uint32_t macro
H A Ddsputil_template.c291 OP(*((pixel4*)(block )), AV_RN4P(pixels ));\
299 OP(*((pixel4*)(block )), AV_RN4P(pixels ));\
300 OP(*((pixel4*)(block+4*sizeof(pixel))), AV_RN4P(pixels+4*sizeof(pixel)));\
313 pixel4 a,b;\
316 OP(*((pixel4*)&dst[i*dst_stride ]), no_rnd_avg_pixel4(a, b));\
319 OP(*((pixel4*)&dst[i*dst_stride+4*sizeof(pixel)]), no_rnd_avg_pixel4(a, b));\
327 pixel4 a,b;\
330 OP(*((pixel4*)&dst[i*dst_stride ]), rnd_avg_pixel4(a, b));\
333 OP(*((pixel4*)&dst[i*dst_stride+4*sizeof(pixel)]), rnd_avg_pixel4(a, b));\
341 pixel4
[all...]

Completed in 141 milliseconds