Home
last modified time | relevance | path

Searched refs:width3 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dhevcdsp_init.c177 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
183 …ff_hevc_put_hevc_##name##width3##_10_##opt2(dst+ width2, src+ width4, _srcstride, height, mx, my, …
186 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
193 …ff_hevc_put_hevc_bi_##name##width3##_10_##opt2(dst+width4, dststride, src+width4, _srcstride, src2…
197 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
204 …ff_hevc_put_hevc_uni_##name##width3##_10_##opt2(dst+width4, dststride, src+width4, _srcstride, …
208 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt2, width4) \ argument
209 mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
210 mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) \
211 mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4)
[all …]
/third_party/mesa3d/src/mesa/drivers/x11/
DxmesaP.h165 GLint width3; member
318 ( (bgr_t *) ( (XRB)->origin3 - (Y) * (XRB)->width3 + 3 * (X) ))
Dxm_buffer.c301 xrb->width3 = xrb->ximage->bytes_per_line; in xmesa_alloc_back_storage()
302 xrb->origin3 = (GLubyte *) xrb->ximage->data + xrb->width3 * (height - 1); in xmesa_alloc_back_storage()
310 xrb->width2 = xrb->width3 = xrb->width4 = 0; in xmesa_alloc_back_storage()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp19869 for (size_t width3 = 0; width3 < widths.size(); width3++) in createBoolMixedBitSizeGroup() local
19871 cases.push_back(IVec4(widths[width0], widths[width1], widths[width2], widths[width3])); in createBoolMixedBitSizeGroup()