Searched refs:ac_data (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | exr.c | 121 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/node/deps/v8/src/compiler/ |
D | graph-visualizer.cc | 1062 const TopTierRegisterAllocationData& ac_data = in operator <<() local 1065 PrintTopLevelLiveRanges(os, ac_data.fixed_double_live_ranges(), ac.code_); in operator <<() 1067 PrintTopLevelLiveRanges(os, ac_data.fixed_live_ranges(), ac.code_); in operator <<() 1069 PrintTopLevelLiveRanges(os, ac_data.live_ranges(), ac.code_); in operator <<()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSparseBufferTests.cpp | 964 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()
|