Searched refs:source_end (Results 1 – 7 of 7) sorted by relevance
43 const unsigned char *const source_end = source + source_width; in aom_horizontal_line_5_4_scale_c() local46 while (source < source_end) { in aom_horizontal_line_5_4_scale_c()109 const unsigned char *const source_end = source + source_width; in aom_horizontal_line_5_3_scale_c() local111 while (source < source_end) { in aom_horizontal_line_5_3_scale_c()171 const unsigned char *const source_end = source + source_width; in aom_horizontal_line_2_1_scale_c() local173 while (source < source_end) { in aom_horizontal_line_2_1_scale_c()
45 UChar* source_end; in EncodeOneChar() local49 source_end = source; in EncodeOneChar()52 (const UChar**)&source_end, source + sizeof(UChar), in EncodeOneChar()
42 unsigned char *source_end) { in vp8_start_encode() argument47 bc->buffer_end = source_end; in vp8_start_encode()
39 unsigned char *source_end);
1257 typename ConstBufferSequence::const_iterator source_end = source.end(); in buffer_copy() local1260 buffer_size(target_buffer) && source_iter != source_end; ++source_iter) in buffer_copy()1552 typename ConstBufferSequence::const_iterator source_end = source.end(); in buffer_copy() local1555 while (target_iter != target_end && source_iter != source_end) in buffer_copy()2045 typename ConstBufferSequence::const_iterator source_end = source.end(); in buffer_copy() local2049 && target_iter != target_end && source_iter != source_end) in buffer_copy()
197 pixel_t *source_end = source + w; \199 for (; source < source_end; dest += (PIXELS_PER_TILE << shift)) { \
400 for (const VarState* source_end = source + count; source < source_end; in InitMergeRegion() local