Home
last modified time | relevance | path

Searched refs:dst_v (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsheervideo.c46 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca4i() local
52 dst_v = (uint16_t *)p->data[2]; in decode_ca4i()
60 dst_v[x] = get_bits(gb, 10); in decode_ca4i()
76 dst_v[x] = pred[2] = (v + pred[2]) & 0x3ff; in decode_ca4i()
82 dst_v += p->linesize[2] / 2; in decode_ca4i()
90 uint16_t *dst_y, *dst_u, *dst_v, *dst_a; in decode_ca4p() local
96 dst_v = (uint16_t *)p->data[2]; in decode_ca4p()
103 dst_v[x] = get_bits(gb, 10); in decode_ca4p()
119 dst_v[x] = pred[2] = (v + pred[2]) & 0x3ff; in decode_ca4p()
125 dst_v += p->linesize[2] / 2; in decode_ca4p()
[all …]
Dvp9recon.c336 uint8_t *dst_u, uint8_t *dst_v, in mc_chroma_unscaled() argument
377 mc[!!mx][!!my](dst_v, dst_stride, ref_v, 160, bh, mx, my); in mc_chroma_unscaled()
380 mc[!!mx][!!my](dst_v, dst_stride, ref_v, src_stride_v, bh, mx, my); in mc_chroma_unscaled()
467 uint8_t *dst_u, uint8_t *dst_v, in mc_chroma_scaled() argument
480 mc_chroma_unscaled(td, mc, dst_u, dst_v, dst_stride, ref_u, src_stride_u, in mc_chroma_scaled()
537 smc(dst_v, dst_stride, ref_v, 288, bh, mx, my, step[0], step[1]); in mc_chroma_scaled()
540 smc(dst_v, dst_stride, ref_v, src_stride_v, bh, mx, my, step[0], step[1]); in mc_chroma_scaled()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c401 uint8_t* dst_v = picture->v; in ConvertWRGBToYUV() local
427 dst_v[i] = ConvertRGBToV(r, g, b); in ConvertWRGBToYUV()
431 dst_v += picture->uv_stride; in ConvertWRGBToYUV()
827 uint8_t* const dst_v, in ConvertRowsToUV() argument
834 dst_v[i] = RGBToV(r, g, b, rg); in ConvertRowsToUV()
889 uint8_t* dst_v = picture->v; in ImportYUVAFromRGBA() local
938 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_width); in ImportYUVAFromRGBA()
940 ConvertRowsToUV(tmp_rgb, dst_u, dst_v, uv_width, rg); in ImportYUVAFromRGBA()
943 dst_v += picture->uv_stride; in ImportYUVAFromRGBA()
973 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_width); in ImportYUVAFromRGBA()
[all …]
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c405 uint8_t* dst_v = picture->v; in ConvertWRGBToYUV() local
431 dst_v[i] = ConvertRGBToV(r, g, b); in ConvertWRGBToYUV()
435 dst_v += picture->uv_stride; in ConvertWRGBToYUV()
831 uint8_t* const dst_v, in ConvertRowsToUV() argument
838 dst_v[i] = RGBToV(r, g, b, rg); in ConvertRowsToUV()
893 uint8_t* dst_v = picture->v; in ImportYUVAFromRGBA() local
942 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_width); in ImportYUVAFromRGBA()
944 ConvertRowsToUV(tmp_rgb, dst_u, dst_v, uv_width, rg); in ImportYUVAFromRGBA()
947 dst_v += picture->uv_stride; in ImportYUVAFromRGBA()
977 WebPConvertRGBA32ToUV(tmp_rgb, dst_u, dst_v, uv_width); in ImportYUVAFromRGBA()
[all …]
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_allegro5.cpp102 ImDrawVertAllegro* dst_v = &vertices[i]; in ImGui_ImplAllegro5_RenderDrawData() local
103 dst_v->pos = src_v->pos; in ImGui_ImplAllegro5_RenderDrawData()
104 dst_v->uv = src_v->uv; in ImGui_ImplAllegro5_RenderDrawData()
106 dst_v->col = al_map_rgba(c[0], c[1], c[2], c[3]); in ImGui_ImplAllegro5_RenderDrawData()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_allegro5.cpp134 ImDrawVertAllegro* dst_v = &vertices[i]; in ImGui_ImplAllegro5_RenderDrawData() local
135 dst_v->pos = src_v->pos; in ImGui_ImplAllegro5_RenderDrawData()
136 dst_v->uv = src_v->uv; in ImGui_ImplAllegro5_RenderDrawData()
138 dst_v->col = al_map_rgba(c[0], c[1], c[2], c[3]); in ImGui_ImplAllegro5_RenderDrawData()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/
Dactivation_grad.c36 float16x8_t dst_v = vbslq_f16(mask_v, src0_v, zero_v); in ReluFp16Grad() local
37 vst1q_f16(dst + i, dst_v); in ReluFp16Grad()
/third_party/ffmpeg/libavcodec/mips/
Dvp8dsp_mips.h150 void ff_vp8_h_loop_filter8uv_inner_msa(uint8_t *dst_u, uint8_t *dst_v,
153 void ff_vp8_v_loop_filter8uv_inner_msa(uint8_t *dst_u, uint8_t *dst_v,
160 void ff_vp8_h_loop_filter8uv_msa(uint8_t *dst_u, uint8_t *dst_v,
163 void ff_vp8_v_loop_filter8uv_msa(uint8_t *dst_u, uint8_t *dst_v,