Home
last modified time | relevance | path

Searched refs:odd2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Deac3dec.c170 int even0, even1, even2, odd0, odd1, odd2; in idct6() local
187 odd2 = tmp + pre_mant[5] - pre_mant[3]; in idct6()
191 pre_mant[2] = even2 + odd2; in idct6()
192 pre_mant[3] = even2 - odd2; in idct6()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp2551 const bool odd2[17][17] =
2586 inside |= odd2[j - 7][i - 7];

Completed in 6 milliseconds