Home
last modified time | relevance | path

Searched refs:channel_offset (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Drpzaenc.c53 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/
H A Dbrw_vec4.cpp1982 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/
H A Dtinyexr.h10347 int *pixel_data_size, size_t *channel_offset, in ComputeChannelLayout()
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()
10387 // channel_offset += sizeof(unsigned short); in AllocateImage()
10401 // channel_offset += sizeof(float); in AllocateImage()
10406 // channel_offset += sizeof(unsigned int); in AllocateImage()
10855 size_t channel_offset in DecodeChunk() local
10346 ComputeChannelLayout(std::vector<size_t> *channel_offset_list, int *pixel_data_size, size_t *channel_offset, int num_channels, const EXRChannelInfo *channels) ComputeChannelLayout() argument
[all...]

Completed in 21 milliseconds