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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3dsp.c241 void ff_vp3_v_loop_filter_c(uint8_t *first_pixel, int stride, int *bounding_values) argument
247 for (end= first_pixel + 8; first_pixel < end; first_pixel++) {
249 (first_pixel[2 * nstride] - first_pixel[ stride])
250 +3*(first_pixel[0 ] - first_pixel[nstride]);
252 first_pixel[nstride] = av_clip_uint8(first_pixel[nstrid
257 ff_vp3_h_loop_filter_c(uint8_t *first_pixel, int stride, int *bounding_values) argument
[all...]
H A Dvp3.c1461 int plane, first_pixel; local
1506 first_pixel = 8*y*stride + 8*x;
1519 motion_source += first_pixel;
1558 output_plane + first_pixel,
1563 output_plane + first_pixel,
1582 output_plane + first_pixel,
1591 output_plane + first_pixel,
1595 s->dsp.vp3_idct_dc_add(output_plane + first_pixel, stride, block);
1602 output_plane + first_pixel,
1603 last_plane + first_pixel,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3dsp.c230 static void vp3_v_loop_filter_c(uint8_t *first_pixel, int stride, argument
237 for (end = first_pixel + 8; first_pixel < end; first_pixel++) {
238 filter_value = (first_pixel[2 * nstride] - first_pixel[stride]) +
239 (first_pixel[0] - first_pixel[nstride]) * 3;
242 first_pixel[nstride] = av_clip_uint8(first_pixel[nstrid
247 vp3_h_loop_filter_c(uint8_t *first_pixel, int stride, int *bounding_values) argument
[all...]
H A Dvp3.c1487 int plane, first_pixel; local
1537 first_pixel = 8 * y * stride + 8 * x;
1553 motion_source += first_pixel;
1598 output_plane + first_pixel,
1604 s->vp3dsp.put_no_rnd_pixels_l2(output_plane + first_pixel,
1616 s->vp3dsp.idct_put(output_plane + first_pixel,
1622 s->vp3dsp.idct_add(output_plane + first_pixel,
1626 s->vp3dsp.idct_dc_add(output_plane + first_pixel,
1633 output_plane + first_pixel,
1634 last_plane + first_pixel,
[all...]

Completed in 185 milliseconds