Home
last modified time | relevance | path

Searched refs:source_end (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/aom_scale/generic/
Dgen_scalers.c43 const unsigned char *const source_end = source + source_width; in aom_horizontal_line_5_4_scale_c() local
46 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() local
111 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() local
173 while (source < source_end) { in aom_horizontal_line_2_1_scale_c()
/external/sfntly/cpp/src/test/
Dtest_utils.cc45 UChar* source_end; in EncodeOneChar() local
49 source_end = source; in EncodeOneChar()
52 (const UChar**)&source_end, source + sizeof(UChar), in EncodeOneChar()
/external/libvpx/libvpx/vp8/encoder/
Dboolhuff.c42 unsigned char *source_end) { in vp8_start_encode() argument
47 bc->buffer_end = source_end; in vp8_start_encode()
Dboolhuff.h39 unsigned char *source_end);
/external/parameter-framework/asio-1.10.6/include/asio/
Dbuffer.hpp1257 typename ConstBufferSequence::const_iterator source_end = source.end(); in buffer_copy() local
1260 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() local
1555 while (target_iter != target_end && source_iter != source_end) in buffer_copy()
2045 typename ConstBufferSequence::const_iterator source_end = source.end(); in buffer_copy() local
2049 && target_iter != target_end && source_iter != source_end) in buffer_copy()
/external/mesa3d/src/panfrost/shared/
Dpan_tiling.c197 pixel_t *source_end = source + w; \
199 for (; source < source_end; dest += (PIXELS_PER_TILE << shift)) { \
/external/v8/src/wasm/baseline/
Dliftoff-assembler.cc400 for (const VarState* source_end = source + count; source < source_end; in InitMergeRegion() local