Searched refs:ExpandMatrix (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | quant_enc.c | 209 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix() function 259 q_i4 = ExpandMatrix(&m->y1_, 0); in SetupMatrices() 260 q_i16 = ExpandMatrix(&m->y2_, 1); in SetupMatrices() 261 q_uv = ExpandMatrix(&m->uv_, 2); in SetupMatrices()
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 163 void ExpandMatrix(T *target, const GLfloat *value) in ExpandMatrix() function 205 ExpandMatrix<GLfloat, IsSrcColumMajor, colsSrc, rowsSrc, IsDstColumnMajor, colsDst, in SetFloatUniformMatrix()
|