Searched defs:do_left (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dintrapred_neon.c20 // 'do_above' and 'do_left' facilitate branch removal when inlined.
23 int do_above, int do_left) {
35 if (do_left) {
42 if (do_above && do_left) {
47 } else if (do_left) {
89 // 'do_above' and 'do_left' facilitate branch removal when inlined.
92 int do_above, int do_left) {
105 if (do_left) {
113 if (do_above && do_left) {
118 } else if (do_left) {
21 dc_4x4(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left, int do_above, int do_left) argument
90 dc_8x8(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left, int do_above, int do_left) argument
161 dc_16x16(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left, int do_above, int do_left) argument
237 dc_32x32(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left, int do_above, int do_left) argument
[all...]

Completed in 857 milliseconds