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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c163 int fragment_height[2]; member in struct:Vp3DecodeContext
329 int frag_height = s->fragment_height[!!plane];
1029 int fragment_height);
1058 reverse_dc_prediction(s, 0, s->fragment_width[0], s->fragment_height[0]);
1074 s->fragment_width[1], s->fragment_height[1]);
1076 s->fragment_width[1], s->fragment_height[1]);
1133 int fragment_height)
1206 for (y = 0; y < fragment_height; y++) {
1286 int height = s->fragment_height[!!plane];
1480 int fragment_height local
1130 reverse_dc_prediction(Vp3DecodeContext *s, int first_fragment, int fragment_width, int fragment_height) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c173 int fragment_height[2]; member in struct:Vp3DecodeContext
344 int frag_height = s->fragment_height[!!plane];
1053 int fragment_height);
1082 reverse_dc_prediction(s, 0, s->fragment_width[0], s->fragment_height[0]);
1097 s->fragment_width[1], s->fragment_height[1]);
1099 s->fragment_width[1], s->fragment_height[1]);
1156 int fragment_height)
1233 for (y = 0; y < fragment_height; y++) {
1310 int height = s->fragment_height[!!plane];
1510 int fragment_height local
1153 reverse_dc_prediction(Vp3DecodeContext *s, int first_fragment, int fragment_width, int fragment_height) argument
[all...]

Completed in 71 milliseconds