Searched refs:channel_offset (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | rpzaenc.c | 53 typedef enum channel_offset { enum 57 } channel_offset; typedef 196 uint8_t *min, uint8_t *max, channel_offset *chan) in get_max_component_diff() 266 channel_offset xchannel, channel_offset ychannel, in leastsquares() 320 channel_offset xchannel, channel_offset ychannel) in calc_lsq_max_fit_error() 559 channel_offset chan; in rpza_encode_stream()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4.cpp | 1982 unsigned channel_offset = lowered_width * n; in lower_simd_width() local 1992 linst->group = channel_offset; in lower_simd_width() 2004 copy->group = channel_offset; in lower_simd_width() 2009 dst = horiz_offset(inst->dst, channel_offset); in lower_simd_width() 2024 linst->src[i] = horiz_offset(linst->src[i], channel_offset); in lower_simd_width() 2036 mov->group = channel_offset; in lower_simd_width()
|
/third_party/astc-encoder/Source/ |
D | tinyexr.h | 10347 int *pixel_data_size, size_t *channel_offset, in ComputeChannelLayout() argument 10353 (*channel_offset) = 0; in ComputeChannelLayout() 10356 (*channel_offset_list)[c] = (*channel_offset); in ComputeChannelLayout() 10359 (*channel_offset) += sizeof(unsigned short); in ComputeChannelLayout() 10362 (*channel_offset) += sizeof(float); in ComputeChannelLayout() 10365 (*channel_offset) += sizeof(unsigned int); in ComputeChannelLayout() 10855 size_t channel_offset = 0; in DecodeChunk() local 10857 &channel_offset, num_channels, in DecodeChunk() 12189 size_t channel_offset = 0; in SaveEXRImageToMemory() local 12191 channel_offset_list[c] = channel_offset; in SaveEXRImageToMemory() [all …]
|
/third_party/mindspore/patches/ |
D | 0014-DynamicQuant-strategy-optimization.patch | 538 - int channel_offset = task_id * thread_n_stride_ / channel_length_; 539 - float *real_min = real_min_ + channel_offset; 540 - float *real_max = real_max_ + channel_offset;
|