Searched refs:mb_y_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.c509 int mb_y_pos = td->y_pos; local
576 (uint16_t*) (y_data + (mb_y_pos << 4) * y_linesize +
583 (uint16_t*) (u_data + (mb_y_pos << 4) * u_linesize +
592 (uint16_t*) (v_data + (mb_y_pos << 4) * v_linesize +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec_lgpl.c562 int mb_y_pos = td->y_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 60 milliseconds