Searched refs:init_slice (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h274.c | 104 static void init_slice(H274FilmGrainDatabase *database, uint8_t h, uint8_t v) in init_slice() function 196 init_slice(database, h, v); in generate()
|
/third_party/python/Modules/ |
H A D | _testbuffer.c | 1654 Therefore init_slice() adds all start[n] directly to buf. 1712 init_slice(Py_buffer *base, PyObject *key, int dim) in init_slice() function 1827 if (init_slice(base, key, 0) < 0) in ndarray_subscript() 1840 if (init_slice(base, key, (int)i) < 0) in ndarray_subscript()
|
/third_party/python/Objects/ |
H A D | memoryobject.c | 2400 init_slice(Py_buffer *base, PyObject *key, int dim) in init_slice() function 2510 if (init_slice(&sliced->view, key, 0) < 0) { in memory_subscript() 2599 if (init_slice(&dest, key, 0) < 0) in memory_ass_sub()
|
Completed in 11 milliseconds