Searched refs:dst_l (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | wavpack.c | 445 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_high() local 561 checksum += (checksum << 1) + (*dst_l = sp[0].byte & 0xff); in wv_unpack_dsd_high() 563 dst_l += 4; in wv_unpack_dsd_high() 587 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_fast() local 696 if ((*dst_l = code = s->value_lookup[p0][index])) in wv_unpack_dsd_fast() 699 dst_l += 4; in wv_unpack_dsd_fast() 709 *dst_l = code; in wv_unpack_dsd_fast() 710 dst_l += 4; in wv_unpack_dsd_fast() 748 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_copy() local 756 checksum += (checksum << 1) + (*dst_l in wv_unpack_dsd_copy() 778 wv_unpack_stereo(WavpackFrameContext *s, GetBitContext *gb, void *dst_l, void *dst_r, const int type) wv_unpack_stereo() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_owdenoise.c | 109 static inline void decompose(float *dst_l, float *dst_h, const float *src, in decompose() argument 123 dst_l[x * linesize] = sum_l; in decompose() 146 static inline void decompose2D(float *dst_l, float *dst_h, const float *src, in decompose2D() argument 153 decompose(dst_l + ylinesize*y + xlinesize*x, in decompose2D()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 1769 uint32_t dst_l = l, src_l = l; in dzn_cmd_buffer_copy_img_chunk() local 1782 dst_l = 0; in dzn_cmd_buffer_copy_img_chunk() 1789 D3D12_TEXTURE_COPY_LOCATION dst_loc = dzn_image_get_copy_loc(dst, dst_subres, aspect, dst_l); in dzn_cmd_buffer_copy_img_chunk()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp8dsp_mmi.c | 43 #define MMI_BTOH(dst_l, dst_r, src) \ 47 "punpckhbh "#dst_l", "#src", %[db_2] \n\t"
|
Completed in 15 milliseconds