Home
last modified time | relevance | path

Searched refs:dstb (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_colorbalance.c164 uint8_t *dstb = out->data[1] + slice_start * out->linesize[1]; in color_balance8_p() local
186 dstb[j] = av_clip_uint8(lrintf(b * max)); in color_balance8_p()
196 dstb += out->linesize[1]; in color_balance8_p()
217 uint16_t *dstb = (uint16_t *)out->data[1] + slice_start * out->linesize[1] / 2; in color_balance16_p() local
240 dstb[j] = av_clip_uintp2_c(lrintf(b * max), depth); in color_balance16_p()
250 dstb += out->linesize[1] / 2; in color_balance16_p()
H A Dcolorchannelmixer_template.c64 pixel *dstb = (pixel *)(out->data[1] + slice_start * out->linesize[1]); in filter_slice_rgba_planar() local
129 dstb[j] = av_clip_uintp2(bout, depth); in filter_slice_rgba_planar()
133 dstb[j] = bout; in filter_slice_rgba_planar()
156 dstb += out->linesize[1] / sizeof(pixel); in filter_slice_rgba_planar()
H A Daf_surround.c544 float b_mag, l_mag, r_mag, c_mag, *dstc, *dstl, *dstr, *dstb; in upmix_4_0() local
549 dstb = (float *)s->output->extended_data[3]; in upmix_4_0()
565 dstb[2 * n ] = b_mag * cosf(c_phase); in upmix_4_0()
566 dstb[2 * n + 1] = b_mag * sinf(c_phase); in upmix_4_0()
578 float lfe_mag, b_mag, l_mag, r_mag, c_mag, *dstc, *dstl, *dstr, *dstb, *dstlfe; in upmix_4_1() local
584 dstb = (float *)s->output->extended_data[4]; in upmix_4_1()
605 dstb[2 * n ] = b_mag * cosf(c_phase); in upmix_4_1()
606 dstb[2 * n + 1] = b_mag * sinf(c_phase); in upmix_4_1()
702 float l_mag, r_mag, ls_mag, rs_mag, c_mag, b_mag, *dstc, *dstb, *dstl, *dstr, *dstls, *dstrs; in upmix_6_0() local
707 dstb in upmix_6_0()
746 float lfe_mag, l_mag, r_mag, ls_mag, rs_mag, c_mag, b_mag, *dstc, *dstb, *dstl, *dstr, *dstls, *dstrs, *dstlfe; upmix_6_1() local
[all...]
H A Dvf_lut3d.c350 uint##nbits##_t *dstb = (uint##nbits##_t *)brow; \
368 dstb[x] = av_clip_uintp2(vec.b * (float)((1<<depth) - 1), depth); \
447 float *dstb = (float *)brow; \
465 dstb[x] = vec.b; \
1890 uint##nbits##_t *dstb = (uint##nbits##_t *)brow; \
1906 dstb[x] = av_clip_uintp2(b * factor, depth); \
1986 float *dstb = (float *)brow; \
2002 dstb[x] = b; \
H A Dvf_curves.c602 uint8_t *dstb = out->data[b] + slice_start * out->linesize[b]; in filter_slice_planar() local
613 dstb[x] = curves->graph[B][srcb[x]]; in filter_slice_planar()
619 dstb += out->linesize[b]; in filter_slice_planar()
/third_party/ffmpeg/libavcodec/
H A Dr210dec.c67 uint16_t *dstb = (uint16_t *)b_line; in decode_frame() local
92 *dstb++ = b; in decode_frame()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c1491 struct NineBaseTexture9 *dstb = NineBaseTexture9(pDestinationTexture); in NineDevice9_UpdateTexture() local
1503 user_assert(dstb->base.pool == D3DPOOL_DEFAULT, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture()
1505 user_assert(dstb->base.type == srcb->base.type, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture()
1507 dstb->base.usage & D3DUSAGE_AUTOGENMIPMAP, D3DERR_INVALIDCALL); in NineDevice9_UpdateTexture()
1534 last_dst_level = dstb->level_count-1; in NineDevice9_UpdateTexture()
1541 if (w <= dstb->base.info.width0 && in NineDevice9_UpdateTexture()
1542 h <= dstb->base.info.height0 && in NineDevice9_UpdateTexture()
1543 d <= dstb->base.info.depth0) in NineDevice9_UpdateTexture()
1550 if (dstb->base.type == D3DRTYPE_TEXTURE) { in NineDevice9_UpdateTexture()
1551 struct NineTexture9 *dst = NineTexture9(dstb); in NineDevice9_UpdateTexture()
[all...]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_lut3d.asm237 ; 3 - dstb

Completed in 14 milliseconds