Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dexr.c121 uint8_t *ac_data; member
1044 av_fast_padded_malloc(&td->ac_data, &td->ac_size, dest_len); in dwa_uncompress()
1045 if (!td->ac_data) in dwa_uncompress()
1050 ret = huf_uncompress(s, td, &agb, (int16_t *)td->ac_data, ac_count); in dwa_uncompress()
1055 if (uncompress(td->ac_data, &dest_len, agb.buffer, ac_size) != Z_OK || in dwa_uncompress()
1110 bytestream2_init(&agb, td->ac_data, ac_count * 2); in dwa_uncompress()
2272 av_freep(&td->ac_data); in decode_end()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp964 const glw::GLuint* ac_data = NULL; in execute() local
977 ac_data = (const glw::GLuint*)m_gl.mapBufferRange(GL_COPY_WRITE_BUFFER, 0, /* offset */ in execute()
986 …*((unsigned int*)((unsigned char*)ac_data + m_gl_atomic_counter_uniform_array_stride * n_counter)); in execute()