Searched refs:mb_x_pos (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 Dproresdec.c508 int mb_x_pos = td->x_pos; local
577 (mb_x_pos << 5)), y_linesize,
584 (mb_x_pos << ctx->mb_chroma_factor)),
593 (mb_x_pos << ctx->mb_chroma_factor)),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec_lgpl.c561 int mb_x_pos = td->x_pos; local
603 y_data += (mb_y_pos << 4) * y_linesize + (mb_x_pos << 5);
604 u_data += (mb_y_pos << 4) * u_linesize + (mb_x_pos << ctx->mb_chroma_factor);
605 v_data += (mb_y_pos << 4) * v_linesize + (mb_x_pos << ctx->mb_chroma_factor);
607 a_data += (mb_y_pos << 4) * a_linesize + (mb_x_pos << 5);

Completed in 62 milliseconds