Searched refs:numactive (Results 1 – 5 of 5) sorted by relevance
/third_party/libsnd/src/ALAC/ |
D | dp_enc.c | 73 pc_block (int32_t * in, int32_t * pc1, int32_t num, int16_t * coefs, int32_t numactive, uint32_t ch… in pc_block() argument 87 if (numactive == 0) in pc_block() 94 if (numactive == 31) in pc_block() 105 for (j = 1 ; j <= numactive ; j++) in pc_block() 111 lim = numactive + 1 ; in pc_block() 113 if (numactive == 4) in pc_block() 193 else if (numactive == 8) in pc_block() 350 for (k = 0 ; k < numactive ; k++) in pc_block() 361 for (k = (numactive - 1) ; k >= 0 ; k--) in pc_block() 366 del0 -= (numactive - k) * ((sgn * dd) >> denshift) ; in pc_block() [all …]
|
D | dp_dec.c | 53 unpc_block (const int32_t * pc1, int32_t * out, int32_t num, int16_t * coefs, int32_t numactive, ui… in unpc_block() argument 65 if (numactive == 0) in unpc_block() 72 if (numactive == 31) in unpc_block() 95 for (j = 1 ; j <= numactive ; j++) in unpc_block() 101 lim = numactive + 1 ; in unpc_block() 103 if (numactive == 4) in unpc_block() 187 else if (numactive == 8) in unpc_block() 344 for (k = 0 ; k < numactive ; k++) in unpc_block() 355 for (k = (numactive - 1) ; k >= 0 ; k--) in unpc_block() 360 del0 -= (numactive - k) * ((sgn * dd) >> denshift) ; in unpc_block() [all …]
|
D | dplib.h | 54 void pc_block (int32_t * in, int32_t * pc, int32_t num, int16_t * coefs, int32_t numactive, uint32_… 55 void unpc_block (const int32_t * pc, int32_t * out, int32_t num, int16_t * coefs, int32_t numactive…
|
/third_party/python/Modules/ |
D | itertoolsmodule.c | 4536 Py_ssize_t numactive; member 4607 lz->numactive = tuplesize; in zip_longest_new() 4645 if (lz->numactive == 0) in zip_longest_next() 4657 lz->numactive -= 1; in zip_longest_next() 4658 if (lz->numactive == 0 || PyErr_Occurred()) { in zip_longest_next() 4659 lz->numactive = 0; in zip_longest_next() 4691 lz->numactive -= 1; in zip_longest_next() 4692 if (lz->numactive == 0 || PyErr_Occurred()) { in zip_longest_next() 4693 lz->numactive = 0; in zip_longest_next()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 1578 glw::GLint numactive; in runExecuteProgram() local 1580 &numactive); in runExecuteProgram() 1581 if (numactive) in runExecuteProgram() 1583 std::vector<glw::GLuint> indices(numactive, 0); in runExecuteProgram() 1589 glUniformSubroutinesuiv(program.stages[stage], numactive, &indices[0]); in runExecuteProgram()
|