Searched refs:frag_width (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.c328 int frag_width = s->fragment_width[!!plane]; local
337 if (x < frag_width && y < frag_height)
338 s->superblock_fragments[j++] = s->fragment_start[plane] + y*frag_width + x;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c343 int frag_width = s->fragment_width[!!plane]; local
352 if (x < frag_width && y < frag_height)
354 y * frag_width + x;

Completed in 95 milliseconds