Home
last modified time | relevance | path

Searched refs:zig_value (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/mips/
Dscore_mmi.c131 void WelsScan4x4Ac_mmi(int16_t *zig_value, int16_t *pDct) { in WelsScan4x4Ac_mmi() argument
187 : [zig_value] "r"((short *)zig_value), [pDct] "r"((short *)pDct) in WelsScan4x4Ac_mmi()
/third_party/openh264/codec/encoder/core/inc/
Dencode_mb_aux.h84 void WelsScan4x4Ac_sse2 (int16_t* zig_value, int16_t* pDct);
157 void WelsScan4x4Ac_mmi (int16_t* zig_value, int16_t* pDct);
/third_party/openh264/codec/encoder/core/x86/
Dscore.asm223 ;void WelsScan4x4Ac_sse2( int16_t* zig_value, int16_t* pDct )