Searched refs:dst_l (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | wavpack.c | 444 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_high() local 556 checksum += (checksum << 1) + (*dst_l = sp[0].byte & 0xff); in wv_unpack_dsd_high() 558 dst_l += 4; in wv_unpack_dsd_high() 582 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_fast() local 691 if ((*dst_l = code = s->value_lookup[p0][index])) in wv_unpack_dsd_fast() 694 dst_l += 4; in wv_unpack_dsd_fast() 704 *dst_l = code; in wv_unpack_dsd_fast() 705 dst_l += 4; in wv_unpack_dsd_fast() 743 uint8_t *dst_l = dst_left, *dst_r = dst_right; in wv_unpack_dsd_copy() local 751 checksum += (checksum << 1) + (*dst_l = bytestream2_get_byte(&s->gbyte)); in wv_unpack_dsd_copy() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_owdenoise.c | 104 static inline void decompose(float *dst_l, float *dst_h, const float *src, in decompose() argument 118 dst_l[x * linesize] = sum_l; in decompose() 141 static inline void decompose2D(float *dst_l, float *dst_h, const float *src, in decompose2D() argument 148 decompose(dst_l + ylinesize*y + xlinesize*x, in decompose2D()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp8dsp_mmi.c | 42 #define MMI_BTOH(dst_l, dst_r, src) \ argument 46 "punpckhbh "#dst_l", "#src", %[db_2] \n\t"
|
/third_party/mesa3d/src/microsoft/vulkan/ |
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()
|