Searched refs:fragment_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.c162 int fragment_width[2]; member in struct:Vp3DecodeContext
328 int frag_width = s->fragment_width[!!plane];
623 current_fragment = BLOCK_Y*s->fragment_width[0] + BLOCK_X;
641 frag = s->all_fragments + BLOCK_Y*s->fragment_width[0] + BLOCK_X;
653 frag = s->all_fragments + mb_y*s->fragment_width[1] + mb_x;
656 frag = s->all_fragments + 2*mb_y*s->fragment_width[1] + mb_x;
659 frag += s->fragment_width[1];
663 frag = s->all_fragments + BLOCK_Y*s->fragment_width[1] + BLOCK_X;
746 current_fragment = BLOCK_Y*s->fragment_width[0] + BLOCK_X;
798 BLOCK_Y*s->fragment_width[
1130 reverse_dc_prediction(Vp3DecodeContext *s, int first_fragment, int fragment_width, int fragment_height) argument
1479 int fragment_width = s->fragment_width[!!plane]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c172 int fragment_width[2]; member in struct:Vp3DecodeContext
343 int frag_width = s->fragment_width[!!plane];
641 s->fragment_width[0] + BLOCK_X;
658 frag = s->all_fragments + BLOCK_Y * s->fragment_width[0] + BLOCK_X;
671 s->fragment_width[1] + mb_x;
675 2 * mb_y * s->fragment_width[1] + mb_x;
678 frag += s->fragment_width[1];
683 BLOCK_Y * s->fragment_width[1] + BLOCK_X;
765 current_fragment = BLOCK_Y * s->fragment_width[0] + BLOCK_X;
817 BLOCK_Y * s->fragment_width[
1153 reverse_dc_prediction(Vp3DecodeContext *s, int first_fragment, int fragment_width, int fragment_height) argument
1509 int fragment_width = s->fragment_width[!!plane]; local
[all...]

Completed in 48 milliseconds