Home
last modified time | relevance | path

Searched refs:su2 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Datrac3.c470 static void reverse_matrixing(float *su1, float *su2, int *prev_code, in reverse_matrixing() argument
491 float c2 = su2[nsample]; in reverse_matrixing()
495 su2[nsample] = c1 * 2.0 - c2; in reverse_matrixing()
504 float c2 = su2[nsample]; in reverse_matrixing()
506 su2[nsample] = (c1 - c2) * 2.0; in reverse_matrixing()
512 float c2 = su2[nsample]; in reverse_matrixing()
514 su2[nsample] = c2 * -2.0; in reverse_matrixing()
521 float c2 = su2[nsample]; in reverse_matrixing()
523 su2[nsample] = c1 - c2; in reverse_matrixing()
545 static void channel_weighting(float *su1, float *su2, int *p3) in channel_weighting() argument
[all …]
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp2763 TexInstruction *su2 = processSurfaceCoordsGM107(su, loaded); in handleSurfaceOpGM107() local
2775 if (su2) { in handleSurfaceOpGM107()
2776 su2->op = su->op; in handleSurfaceOpGM107()
2777 su2->dType = su->dType; in handleSurfaceOpGM107()
2778 su2->sType = su->sType; in handleSurfaceOpGM107()