Searched refs:end_xy (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 Derror_resilience.c820 const int end_xy = s->mb_index2xy[end_i]; local
826 if (start_i > end_i || start_xy > end_xy) {
856 (end_xy - start_xy) * sizeof(uint8_t));
859 for (i = start_xy; i < end_xy; i++)
866 s->error_status_table[end_xy] &= mask;
867 s->error_status_table[end_xy] |= status;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.c795 const int end_xy = s->mb_index2xy[end_i]; local
801 if (start_i > end_i || start_xy > end_xy) {
831 (end_xy - start_xy) * sizeof(uint8_t));
834 for (i = start_xy; i < end_xy; i++)
841 s->error_status_table[end_xy] &= mask;
842 s->error_status_table[end_xy] |= status;

Completed in 125 milliseconds