Searched refs:ChannelData (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mace.c | 154 typedef struct ChannelData { struct 156 } ChannelData; typedef 159 ChannelData chd[2]; 176 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx) in read_table() 191 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp3() 201 static void chomp6(ChannelData *chd, int16_t *output, uint8_t val, int tab_idx) in chomp6()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 242 struct ChannelData struct 264 ChannelData alpha; 266 ChannelData blue; 268 ChannelData green; 270 ChannelData red; 7736 ChannelData* channel_data[12] = { 0 }; 7766 ChannelData* downloaded_channel_ptr = channel_data[n]; 7767 ChannelData* reference_channel_ptr = channel_data[n + 1]; 8426 const ChannelData* channels[] = { NULL, NULL, NULL, NULL }; /* We need up to four channels */
|
Completed in 14 milliseconds