EDGE_SIZE 110 modules/xvid_dec/xvid_wce/CodecAPI.cpp pitch = 16 * mb_width + 2 * EDGE_SIZE; EDGE_SIZE 74 modules/xvid_dec/xvid_wce/decoder.cpp edged_width = 16 * mb_width + 2 * EDGE_SIZE; EDGE_SIZE 75 modules/xvid_dec/xvid_wce/decoder.cpp edged_height = 16 * mb_height + 2 * EDGE_SIZE; EDGE_SIZE 37 modules/xvid_dec/xvid_wce/image.cpp #define EDGE_SIZE2 (EDGE_SIZE/2) EDGE_SIZE 70 modules/xvid_dec/xvid_wce/image.cpp image->y += EDGE_SIZE * edged_width + EDGE_SIZE; EDGE_SIZE 84 modules/xvid_dec/xvid_wce/image.cpp xvid_free(image->y - (EDGE_SIZE * edged_width + EDGE_SIZE)); EDGE_SIZE 180 modules/xvid_dec/xvid_wce/image.cpp assert(EDGE_SIZE==16); EDGE_SIZE 182 modules/xvid_dec/xvid_wce/image.cpp byte *dst = img.y - (EDGE_SIZE + EDGE_SIZE * edged_width); EDGE_SIZE 192 modules/xvid_dec/xvid_wce/image.cpp for(i = 0; i < EDGE_SIZE; i++) { EDGE_SIZE 194 modules/xvid_dec/xvid_wce/image.cpp XVID_MemCpy(dst + EDGE_SIZE, src, width); EDGE_SIZE 195 modules/xvid_dec/xvid_wce/image.cpp XVID_Set16bytes(dst + edged_width - EDGE_SIZE, *(src + width - 1)); EDGE_SIZE 200 modules/xvid_dec/xvid_wce/image.cpp XVID_Set16bytes(dst + edged_width - EDGE_SIZE, src[width - 1]); EDGE_SIZE 206 modules/xvid_dec/xvid_wce/image.cpp for(i = 0; i < EDGE_SIZE; i++) { EDGE_SIZE 208 modules/xvid_dec/xvid_wce/image.cpp XVID_MemCpy(dst + EDGE_SIZE, src, width); EDGE_SIZE 209 modules/xvid_dec/xvid_wce/image.cpp XVID_Set16bytes(dst + edged_width - EDGE_SIZE, *(src + width - 1));