Home
last modified time | relevance | path

Searched refs:temp_stride (Results 1 – 25 of 97) sorted by relevance

1234

/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_uspp.c106 int temp_stride[3]; member
148 int stride= p->temp_stride[i]; in filter()
196 …p->temp[0][ x + y*p->temp_stride[0] ] += p->frame_dec->data[0][ x + y*p->frame_dec->linesize[0] + … in filter()
202 …p->temp[1][ x + y*p->temp_stride[1] ] += p->frame_dec->data[1][ x + y*p->frame_dec->linesize[1] + … in filter()
203 …p->temp[2][ x + y*p->temp_stride[2] ] += p->frame_dec->data[2][ x + y*p->frame_dec->linesize[2] + … in filter()
212 …store_slice_c(dst[j], p->temp[j], dst_stride[j], p->temp_stride[j], width>>is_chroma, height>>is_c… in filter()
227 vf->priv->temp_stride[i]= w; in config()
228 vf->priv->temp[i]= malloc(vf->priv->temp_stride[i]*h*sizeof(int16_t)); in config()
229 vf->priv->src [i]= malloc(vf->priv->temp_stride[i]*h*sizeof(uint8_t)); in config()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/libmpcodecs/
H A Dvf_uspp.c108 int temp_stride[3]; member
150 int stride= p->temp_stride[i]; in filter()
193 …p->temp[0][ x + y*p->temp_stride[0] ] += p->frame_dec->data[0][ x + y*p->frame_dec->linesize[0] + … in filter()
199 …p->temp[1][ x + y*p->temp_stride[1] ] += p->frame_dec->data[1][ x + y*p->frame_dec->linesize[1] + … in filter()
200 …p->temp[2][ x + y*p->temp_stride[2] ] += p->frame_dec->data[2][ x + y*p->frame_dec->linesize[2] + … in filter()
209 …store_slice_c(dst[j], p->temp[j], dst_stride[j], p->temp_stride[j], width>>is_chroma, height>>is_c… in filter()
224 vf->priv->temp_stride[i]= w; in config()
225 vf->priv->temp[i]= malloc(vf->priv->temp_stride[i]*h*sizeof(int16_t)); in config()
226 vf->priv->src [i]= malloc(vf->priv->temp_stride[i]*h*sizeof(uint8_t)); in config()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/libmpcodecs/
H A Dvf_uspp.c108 int temp_stride[3]; member
150 int stride= p->temp_stride[i]; in filter()
193 …p->temp[0][ x + y*p->temp_stride[0] ] += p->frame_dec->data[0][ x + y*p->frame_dec->linesize[0] + … in filter()
199 …p->temp[1][ x + y*p->temp_stride[1] ] += p->frame_dec->data[1][ x + y*p->frame_dec->linesize[1] + … in filter()
200 …p->temp[2][ x + y*p->temp_stride[2] ] += p->frame_dec->data[2][ x + y*p->frame_dec->linesize[2] + … in filter()
209 …store_slice_c(dst[j], p->temp[j], dst_stride[j], p->temp_stride[j], width>>is_chroma, height>>is_c… in filter()
224 vf->priv->temp_stride[i]= w; in config()
225 vf->priv->temp[i]= malloc(vf->priv->temp_stride[i]*h*sizeof(int16_t)); in config()
226 vf->priv->src [i]= malloc(vf->priv->temp_stride[i]*h*sizeof(uint8_t)); in config()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_uspp.c106 int temp_stride[3]; member
148 int stride= p->temp_stride[i]; in filter()
196 …p->temp[0][ x + y*p->temp_stride[0] ] += p->frame_dec->data[0][ x + y*p->frame_dec->linesize[0] + … in filter()
202 …p->temp[1][ x + y*p->temp_stride[1] ] += p->frame_dec->data[1][ x + y*p->frame_dec->linesize[1] + … in filter()
203 …p->temp[2][ x + y*p->temp_stride[2] ] += p->frame_dec->data[2][ x + y*p->frame_dec->linesize[2] + … in filter()
212 …store_slice_c(dst[j], p->temp[j], dst_stride[j], p->temp_stride[j], width>>is_chroma, height>>is_c… in filter()
227 vf->priv->temp_stride[i]= w; in config()
228 vf->priv->temp[i]= malloc(vf->priv->temp_stride[i]*h*sizeof(int16_t)); in config()
229 vf->priv->src [i]= malloc(vf->priv->temp_stride[i]*h*sizeof(uint8_t)); in config()
H A Dvf_spp.c102 int temp_stride; member
386 const int stride= is_luma ? p->temp_stride : ((width+16+15)&(~15)); in filter()
450 vf->priv->temp_stride= (width+16+15)&(~15); in config()
451 vf->priv->temp= malloc(vf->priv->temp_stride*h*sizeof(int16_t)); in config()
452 vf->priv->src = malloc(vf->priv->temp_stride*h*sizeof(uint8_t)); in config()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_uspp.c48 int temp_stride[3]; member
198 int stride = p->temp_stride[i]; in filter()
269 …p->temp[0][x + y * p->temp_stride[0]] += p->frame_dec->data[0][x + y * p->frame_dec->linesize[0] +… in filter()
278 …p->temp[1][x + y * p->temp_stride[1]] += p->frame_dec->data[1][x + y * p->frame_dec->linesize[1] +… in filter()
279 …p->temp[2][x + y * p->temp_stride[2]] += p->frame_dec->data[2][x + y * p->frame_dec->linesize[2] +… in filter()
288 store_slice_c(dst[j], p->temp[j], dst_stride[j], p->temp_stride[j], in filter()
342 uspp->temp_stride[i] = w; in config_input()
343 if (!(uspp->temp[i] = av_malloc_array(uspp->temp_stride[i], h * sizeof(int16_t)))) in config_input()
345 if (!(uspp->src [i] = av_malloc_array(uspp->temp_stride[i], h * sizeof(uint8_t)))) in config_input()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_uspp.c46 int temp_stride[3]; member
195 int stride = p->temp_stride[i]; in filter()
265 …p->temp[0][x + y * p->temp_stride[0]] += p->frame_dec->data[0][x + y * p->frame_dec->linesize[0] +… in filter()
274 …p->temp[1][x + y * p->temp_stride[1]] += p->frame_dec->data[1][x + y * p->frame_dec->linesize[1] +… in filter()
275 …p->temp[2][x + y * p->temp_stride[2]] += p->frame_dec->data[2][x + y * p->frame_dec->linesize[2] +… in filter()
284 store_slice_c(dst[j], p->temp[j], dst_stride[j], p->temp_stride[j], in filter()
338 uspp->temp_stride[i] = w; in config_input()
339 if (!(uspp->temp[i] = av_malloc_array(uspp->temp_stride[i], h * sizeof(int16_t)))) in config_input()
341 if (!(uspp->src [i] = av_malloc_array(uspp->temp_stride[i], h * sizeof(uint8_t)))) in config_input()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_uspp.c48 int temp_stride[3]; member
198 int stride = p->temp_stride[i]; in filter()
269 …p->temp[0][x + y * p->temp_stride[0]] += p->frame_dec->data[0][x + y * p->frame_dec->linesize[0] +… in filter()
278 …p->temp[1][x + y * p->temp_stride[1]] += p->frame_dec->data[1][x + y * p->frame_dec->linesize[1] +… in filter()
279 …p->temp[2][x + y * p->temp_stride[2]] += p->frame_dec->data[2][x + y * p->frame_dec->linesize[2] +… in filter()
288 store_slice_c(dst[j], p->temp[j], dst_stride[j], p->temp_stride[j], in filter()
342 uspp->temp_stride[i] = w; in config_input()
343 if (!(uspp->temp[i] = av_malloc_array(uspp->temp_stride[i], h * sizeof(int16_t)))) in config_input()
345 if (!(uspp->src [i] = av_malloc_array(uspp->temp_stride[i], h * sizeof(uint8_t)))) in config_input()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_uspp.c46 int temp_stride[3]; member
195 int stride = p->temp_stride[i]; in filter()
265 …p->temp[0][x + y * p->temp_stride[0]] += p->frame_dec->data[0][x + y * p->frame_dec->linesize[0] +… in filter()
274 …p->temp[1][x + y * p->temp_stride[1]] += p->frame_dec->data[1][x + y * p->frame_dec->linesize[1] +… in filter()
275 …p->temp[2][x + y * p->temp_stride[2]] += p->frame_dec->data[2][x + y * p->frame_dec->linesize[2] +… in filter()
284 store_slice_c(dst[j], p->temp[j], dst_stride[j], p->temp_stride[j], in filter()
338 uspp->temp_stride[i] = w; in config_input()
339 if (!(uspp->temp[i] = av_malloc_array(uspp->temp_stride[i], h * sizeof(int16_t)))) in config_input()
341 if (!(uspp->src [i] = av_malloc_array(uspp->temp_stride[i], h * sizeof(uint8_t)))) in config_input()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_uspp.c46 int temp_stride[3]; member
195 int stride = p->temp_stride[i]; in filter()
265 …p->temp[0][x + y * p->temp_stride[0]] += p->frame_dec->data[0][x + y * p->frame_dec->linesize[0] +… in filter()
274 …p->temp[1][x + y * p->temp_stride[1]] += p->frame_dec->data[1][x + y * p->frame_dec->linesize[1] +… in filter()
275 …p->temp[2][x + y * p->temp_stride[2]] += p->frame_dec->data[2][x + y * p->frame_dec->linesize[2] +… in filter()
284 store_slice_c(dst[j], p->temp[j], dst_stride[j], p->temp_stride[j], in filter()
338 uspp->temp_stride[i] = w; in config_input()
339 if (!(uspp->temp[i] = av_malloc_array(uspp->temp_stride[i], h * sizeof(int16_t)))) in config_input()
341 if (!(uspp->src [i] = av_malloc_array(uspp->temp_stride[i], h * sizeof(uint8_t)))) in config_input()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/
H A Dloop_restoration.cc574 ma343[i] = ma343[i - 1] + temp_stride; in BoxFilterProcess()
575 b343[i] = b343[i - 1] + temp_stride; in BoxFilterProcess()
586 ma444[i] = ma444[i - 1] + temp_stride; in BoxFilterProcess()
587 b444[i] = b444[i - 1] + temp_stride; in BoxFilterProcess()
590 ma565[1] = ma565[0] + temp_stride; in BoxFilterProcess()
592 b565[1] = b565[0] + temp_stride; in BoxFilterProcess()
716 ma565[1] = ma565[0] + temp_stride; in BoxFilterProcessPass1()
718 b565[1] = b565[0] + temp_stride; in BoxFilterProcessPass1()
812 b343[i] = b343[i - 1] + temp_stride; in BoxFilterProcessPass2()
815 ma444[1] = ma444[0] + temp_stride; in BoxFilterProcessPass2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/dsp/
H A Dloop_restoration.cc564 ma343[i] = ma343[i - 1] + temp_stride; in BoxFilterProcess()
565 b343[i] = b343[i - 1] + temp_stride; in BoxFilterProcess()
576 ma444[i] = ma444[i - 1] + temp_stride; in BoxFilterProcess()
577 b444[i] = b444[i - 1] + temp_stride; in BoxFilterProcess()
580 ma565[1] = ma565[0] + temp_stride; in BoxFilterProcess()
582 b565[1] = b565[0] + temp_stride; in BoxFilterProcess()
704 ma565[1] = ma565[0] + temp_stride; in BoxFilterProcessPass1()
706 b565[1] = b565[0] + temp_stride; in BoxFilterProcessPass1()
798 b343[i] = b343[i - 1] + temp_stride; in BoxFilterProcessPass2()
801 ma444[1] = ma444[0] + temp_stride; in BoxFilterProcessPass2()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dconvolve.c970 int temp_stride = max_intermediate_size; in convolve_helper() local
994 int temp_stride = MAX_SB_SIZE; in convolve_helper() local
1013 convolve_vert(temp + temp_stride * (filter_size / 2 - 1), temp_stride, in convolve_helper()
1067 int temp_stride = max_intermediate_size; in convolve_scale_helper() local
1091 int temp_stride = MAX_SB_SIZE; in convolve_scale_helper() local
1111 convolve_vert(temp + temp_stride * (filter_size / 2 - 1), temp_stride, in convolve_scale_helper()
1450 int temp_stride = max_intermediate_size; in av1_highbd_convolve() local
1472 int temp_stride = MAX_SB_SIZE; in av1_highbd_convolve() local
1489 temp8 + temp_stride * (filter_size / 2 - 1), temp_stride, dst8, in av1_highbd_convolve()
1566 int temp_stride = MAX_SB_SIZE; in av1_highbd_convolve_scale() local
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DSavGolFilter.cpp170 const int temp_stride = (width - shift + 3) & ~3; in savGolFilterGrayToGray() local
171 AlignedArray<float, 4> temp_array(temp_stride * height); in savGolFilterGrayToGray()
185 temp_line += temp_stride; in savGolFilterGrayToGray()
196 for (int j = 0; j < kh; ++j, tmp += temp_stride) { in savGolFilterGrayToGray()
203 temp_line += temp_stride; in savGolFilterGrayToGray()
H A DLocalMinMaxGeneric.h276 const int temp_stride = input_size.width(); in localMinMaxGeneric() local
279 &temp[0], temp_stride); in localMinMaxGeneric()
281 …detail::local_min_max::verticalPass(selector, neighborhood, outside_values, &temp[0], temp_stride,… in localMinMaxGeneric()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/util/format/
H A Du_format_fxt1.c1659 int temp_stride = width * 3; in util_format_fxt1_rgb_pack_rgba_8unorm() local
1660 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_8unorm()
1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1691 int temp_stride = width * 4; in util_format_fxt1_rgb_pack_rgba_float() local
1692 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_float()
1701 temp, temp_stride, in util_format_fxt1_rgb_pack_rgba_float()
1712 int temp_stride = width * 4; in util_format_fxt1_rgba_pack_rgba_float() local
1713 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgba_pack_rgba_float()
[all …]
/dports/lang/clover/mesa-21.3.6/src/util/format/
H A Du_format_fxt1.c1659 int temp_stride = width * 3; in util_format_fxt1_rgb_pack_rgba_8unorm() local
1660 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_8unorm()
1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1691 int temp_stride = width * 4; in util_format_fxt1_rgb_pack_rgba_float() local
1692 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_float()
1701 temp, temp_stride, in util_format_fxt1_rgb_pack_rgba_float()
1712 int temp_stride = width * 4; in util_format_fxt1_rgba_pack_rgba_float() local
1713 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgba_pack_rgba_float()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/util/format/
H A Du_format_fxt1.c1659 int temp_stride = width * 3; in util_format_fxt1_rgb_pack_rgba_8unorm() local
1660 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_8unorm()
1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1691 int temp_stride = width * 4; in util_format_fxt1_rgb_pack_rgba_float() local
1692 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_float()
1701 temp, temp_stride, in util_format_fxt1_rgb_pack_rgba_float()
1712 int temp_stride = width * 4; in util_format_fxt1_rgba_pack_rgba_float() local
1713 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgba_pack_rgba_float()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/util/format/
H A Du_format_fxt1.c1659 int temp_stride = width * 3; in util_format_fxt1_rgb_pack_rgba_8unorm() local
1660 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_8unorm()
1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1691 int temp_stride = width * 4; in util_format_fxt1_rgb_pack_rgba_float() local
1692 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_float()
1701 temp, temp_stride, in util_format_fxt1_rgb_pack_rgba_float()
1712 int temp_stride = width * 4; in util_format_fxt1_rgba_pack_rgba_float() local
1713 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgba_pack_rgba_float()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/util/format/
H A Du_format_fxt1.c1659 int temp_stride = width * 3; in util_format_fxt1_rgb_pack_rgba_8unorm() local
1660 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_8unorm()
1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1691 int temp_stride = width * 4; in util_format_fxt1_rgb_pack_rgba_float() local
1692 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_float()
1701 temp, temp_stride, in util_format_fxt1_rgb_pack_rgba_float()
1712 int temp_stride = width * 4; in util_format_fxt1_rgba_pack_rgba_float() local
1713 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgba_pack_rgba_float()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/util/format/
H A Du_format_fxt1.c1659 int temp_stride = width * 3; in util_format_fxt1_rgb_pack_rgba_8unorm() local
1660 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_8unorm()
1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1691 int temp_stride = width * 4; in util_format_fxt1_rgb_pack_rgba_float() local
1692 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_float()
1701 temp, temp_stride, in util_format_fxt1_rgb_pack_rgba_float()
1712 int temp_stride = width * 4; in util_format_fxt1_rgba_pack_rgba_float() local
1713 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgba_pack_rgba_float()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/util/format/
H A Du_format_fxt1.c1659 int temp_stride = width * 3; in util_format_fxt1_rgb_pack_rgba_8unorm() local
1660 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_8unorm()
1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1691 int temp_stride = width * 4; in util_format_fxt1_rgb_pack_rgba_float() local
1692 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_float()
1701 temp, temp_stride, in util_format_fxt1_rgb_pack_rgba_float()
1712 int temp_stride = width * 4; in util_format_fxt1_rgba_pack_rgba_float() local
1713 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgba_pack_rgba_float()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/util/format/
H A Du_format_fxt1.c1659 int temp_stride = width * 3; in util_format_fxt1_rgb_pack_rgba_8unorm() local
1660 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_8unorm()
1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1691 int temp_stride = width * 4; in util_format_fxt1_rgb_pack_rgba_float() local
1692 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_float()
1701 temp, temp_stride, in util_format_fxt1_rgb_pack_rgba_float()
1712 int temp_stride = width * 4; in util_format_fxt1_rgba_pack_rgba_float() local
1713 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgba_pack_rgba_float()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/format/
H A Du_format_fxt1.c1659 int temp_stride = width * 3; in util_format_fxt1_rgb_pack_rgba_8unorm() local
1660 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_8unorm()
1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1691 int temp_stride = width * 4; in util_format_fxt1_rgb_pack_rgba_float() local
1692 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_float()
1701 temp, temp_stride, in util_format_fxt1_rgb_pack_rgba_float()
1712 int temp_stride = width * 4; in util_format_fxt1_rgba_pack_rgba_float() local
1713 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgba_pack_rgba_float()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/util/format/
H A Du_format_fxt1.c1659 int temp_stride = width * 3; in util_format_fxt1_rgb_pack_rgba_8unorm() local
1660 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_8unorm()
1666 temp[y * temp_stride + x * 3 + 0] = src[x * 4 + 0]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1667 temp[y * temp_stride + x * 3 + 1] = src[x * 4 + 1]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1668 temp[y * temp_stride + x * 3 + 2] = src[x * 4 + 2]; in util_format_fxt1_rgb_pack_rgba_8unorm()
1691 int temp_stride = width * 4; in util_format_fxt1_rgb_pack_rgba_float() local
1692 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgb_pack_rgba_float()
1701 temp, temp_stride, in util_format_fxt1_rgb_pack_rgba_float()
1712 int temp_stride = width * 4; in util_format_fxt1_rgba_pack_rgba_float() local
1713 uint8_t *temp = malloc(height * temp_stride); in util_format_fxt1_rgba_pack_rgba_float()
[all …]

1234