Home
last modified time | relevance | path

Searched refs:outRight (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/sksl/
DSkSLJIT.h247 LLVMValueRef outRight[CHANNELS]);
DSkSLJIT.cpp1422 LLVMValueRef outRight[CHANNELS]) { in getVectorBinaryOperands()
1433 if (!this->compileVectorExpression(builder, right, outRight)) { in getVectorBinaryOperands()
1438 outRight[i] = outRight[0]; in getVectorBinaryOperands()
/external/skqp/src/sksl/
DSkSLJIT.h247 LLVMValueRef outRight[CHANNELS]);
DSkSLJIT.cpp1422 LLVMValueRef outRight[CHANNELS]) { in getVectorBinaryOperands()
1433 if (!this->compileVectorExpression(builder, right, outRight)) { in getVectorBinaryOperands()
1438 outRight[i] = outRight[0]; in getVectorBinaryOperands()
/external/webrtc/webrtc/modules/media_file/
Dmedia_file_utility.cc555 int16_t* outRight = reinterpret_cast<int16_t*>( in ReadWavDataAsStereo() local
563 outRight[i] = sampleData[(2 * i) + 1]; in ReadWavDataAsStereo()