Searched refs:BLOCK_Y (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.c619 #define BLOCK_Y (2*mb_y + (k>>1)) macro
623 current_fragment = BLOCK_Y*s->fragment_width[0] + BLOCK_X;
641 frag = s->all_fragments + BLOCK_Y*s->fragment_width[0] + BLOCK_X;
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[0] + BLOCK_X;
839 frag = BLOCK_Y*s->fragment_width[1] + BLOCK_X;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c635 #define BLOCK_Y (2 * mb_y + (k >> 1)) macro
640 current_fragment = BLOCK_Y *
658 frag = s->all_fragments + BLOCK_Y * s->fragment_width[0] + BLOCK_X;
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[0] + BLOCK_X;
860 frag = BLOCK_Y * s->fragment_width[1] + BLOCK_X;

Completed in 46 milliseconds