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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp3dsp.c226 void ff_vp3_v_loop_filter_c(uint8_t *first_pixel, int stride, int *bounding_values) argument
232 for (end= first_pixel + 8; first_pixel < end; first_pixel++) {
234 (first_pixel[2 * nstride] - first_pixel[ stride])
235 +3*(first_pixel[0 ] - first_pixel[nstride]);
237 first_pixel[nstride] = av_clip_uint8(first_pixel[nstrid
242 ff_vp3_h_loop_filter_c(uint8_t *first_pixel, int stride, int *bounding_values) argument
[all...]
H A Dvp3.c59 int first_pixel; member in struct:Vp3Fragment
1345 motion_source += s->all_fragments[i].first_pixel;
1391 output_plane + s->all_fragments[i].first_pixel,
1396 output_plane + s->all_fragments[i].first_pixel,
1429 output_plane + s->all_fragments[i].first_pixel,
1434 output_plane + s->all_fragments[i].first_pixel,
1442 output_plane + s->all_fragments[i].first_pixel,
1443 last_plane + s->all_fragments[i].first_pixel,
1460 output_plane + s->all_fragments[i].first_pixel + 7*stride,
1476 output_plane + s->all_fragments[i].first_pixel
[all...]

Completed in 195 milliseconds