Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_neon.cc32 const uint8_t* src_temp; in TransposeWx8_NEON() local
182 : "=&r"(src_temp), // %0 in TransposeWx8_NEON()
202 const uint8_t* src_temp; in TransposeUVWx8_NEON() local
400 : "=&r"(src_temp), // %0 in TransposeUVWx8_NEON()
Drotate_neon64.cc32 const uint8_t* src_temp; in TransposeWx8_NEON() local
188 : "=&r"(src_temp), // %0 in TransposeWx8_NEON()
210 const uint8_t* src_temp; in TransposeUVWx8_NEON() local
409 : "=&r"(src_temp), // %0 in TransposeUVWx8_NEON()
/external/libyuv/files/source/
Drotate_neon.cc32 const uint8* src_temp; in TransposeWx8_NEON() local
234 : "=&r"(src_temp), // %0 in TransposeWx8_NEON()
255 const uint8* src_temp; in TransposeUVWx8_NEON() local
520 : "=&r"(src_temp), // %0 in TransposeUVWx8_NEON()
Drotate_neon64.cc32 const uint8* src_temp; in TransposeWx8_NEON() local
241 : "=&r"(src_temp), // %0 in TransposeWx8_NEON()
264 const uint8* src_temp; in TransposeUVWx8_NEON() local
529 : "=&r"(src_temp), // %0 in TransposeUVWx8_NEON()
/external/libaom/libaom/third_party/libyuv/source/
Drotate_neon.cc30 const uint8* src_temp = NULL; in TransposeWx8_NEON() local
233 : "+r"(src_temp), // %0 in TransposeWx8_NEON()
251 const uint8* src_temp = NULL; in TransposeUVWx8_NEON() local
517 : "+r"(src_temp), // %0 in TransposeUVWx8_NEON()
Drotate_neon64.cc29 const uint8* src_temp = NULL; in TransposeWx8_NEON() local
238 : "+r"(src_temp), // %0 in TransposeWx8_NEON()
258 const uint8* src_temp = NULL; in TransposeUVWx8_NEON() local
523 : "+r"(src_temp), // %0 in TransposeUVWx8_NEON()
/external/mesa3d/src/compiler/glsl/
Dlower_vector_insert.cpp106 ir_variable *const src_temp = in handle_rvalue() local
110 factory.emit(assign(src_temp, expr->operands[1])); in handle_rvalue()
129 assign(temp, src_temp, WRITEMASK_X << i))); in handle_rvalue()