Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/arm/
Dintrapred_neon.c24 const uint8_t *left, int do_above, int do_left) { in dc_4x4() argument
36 if (do_left) { in dc_4x4()
43 if (do_above && do_left) { in dc_4x4()
48 } else if (do_left) { in dc_4x4()
92 const uint8_t *left, int do_above, int do_left) { in dc_8x8() argument
105 if (do_left) { in dc_8x8()
113 if (do_above && do_left) { in dc_8x8()
118 } else if (do_left) { in dc_8x8()
163 int do_above, int do_left) { in dc_16x16() argument
177 if (do_left) { in dc_16x16()
[all …]
/external/webp/src/dsp/
Ddec_neon.c1423 static WEBP_INLINE void DC8_NEON(uint8_t* dst, int do_top, int do_left) { in DC8_NEON() argument
1436 if (do_left) { in DC8_NEON()
1454 if (do_top && do_left) { in DC8_NEON()
1459 } else if (do_left) { in DC8_NEON()
1501 static WEBP_INLINE void DC16_NEON(uint8_t* dst, int do_top, int do_left) { in DC16_NEON() argument
1515 if (do_left) { in DC16_NEON()
1538 if (do_top && do_left) { in DC16_NEON()
1543 } else if (do_left) { in DC16_NEON()
/external/python/cpython3/Doc/library/
Dcmd.rst260 def do_left(self, arg):