Home
last modified time | relevance | path

Searched defs:width3 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dhevcdsp_init.c177 #define mc_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
186 #define mc_bi_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
197 #define mc_uni_rep_mix_10(name, width1, width2, width3, opt1, opt2, width4) … argument
208 #define mc_rep_mixs_10(name, width1, width2, width3, opt1, opt2, width4) \ argument
213 #define mc_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
222 #define mc_bi_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
233 #define mc_uni_rep_mix_8(name, width1, width2, width3, opt1, opt2) … argument
244 #define mc_rep_mixs_8(name, width1, width2, width3, opt1, opt2) \ argument
/third_party/mesa3d/src/mesa/drivers/x11/
DxmesaP.h165 GLint width3; member
/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