Home
last modified time | relevance | path

Searched refs:oq3 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.h361 uint32_t *oq2, uint32_t *oq3) { in mbfilter_dspr2() argument
364 const uint32_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3; in mbfilter_dspr2()
509 uint32_t *oq2, uint32_t *oq3, uint32_t *oq4, uint32_t *oq5, uint32_t *oq6, in wide_mbfilter_dspr2() argument
513 const uint32_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3; in wide_mbfilter_dspr2()
724 *oq3 = res_oq3; in wide_mbfilter_dspr2()
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c164 uint8_t *oq2, uint8_t *oq3) { in filter8() argument
167 const uint8_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3; in filter8()
237 uint8_t *oq3, uint8_t *oq4, uint8_t *oq5, in filter16() argument
243 const uint8_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3, q4 = *oq4, in filter16()
273 *oq3 = ROUND_POWER_OF_TWO( in filter16()
282 filter8(mask, thresh, flat, op3, op2, op1, op0, oq0, oq1, oq2, oq3); in filter16()
503 uint16_t *oq2, uint16_t *oq3, int bd) { in highbd_filter8() argument
506 const uint16_t q0 = *oq0, q1 = *oq1, q2 = *oq2, q3 = *oq3; in highbd_filter8()
581 uint16_t *oq3, uint16_t *oq4, uint16_t *oq5, in highbd_filter16() argument
595 const uint16_t q3 = *oq3; in highbd_filter16()
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dloopfilter_neon.c316 uint8x8_t *oq3, uint8x8_t *oq4, uint8x8_t *oq5, uint8x8_t *oq6) { in apply_15_tap_filter_8() argument
339 *oq3 = apply_15_tap_filter_8_kernel(flat2, p4, q2, q3, q7, q3, &sum); in apply_15_tap_filter_8()
354 uint8x16_t *oq3, uint8x16_t *oq4, uint8x16_t *oq5, uint8x16_t *oq6) { in apply_15_tap_filter_16() argument
396 *oq3 = apply_15_tap_filter_16_kernel(flat2, p4, q2, q3, q7, q3, &sum0, &sum1); in apply_15_tap_filter_16()
490 uint8x##w##_t *oq1, uint8x##w##_t *oq2, uint8x##w##_t *oq3, \
506 op2, op1, op0, oq0, oq1, oq2, oq3, oq4, oq5, \
956 uint8x##w##_t *oq1, uint8x##w##_t *oq2, uint8x##w##_t *oq3, \
970 op5, op4, op3, op2, op1, op0, oq0, oq1, oq2, oq3, oq4, oq5, \
981 op5, op4, op3, op2, op1, op0, oq0, oq1, oq2, oq3, oq4, oq5, oq6; in vpx_lpf_horizontal_16_neon() local
988 &op0, &oq0, &oq1, &oq2, &oq3, &oq4, &oq5, &oq6, &flat_status, in vpx_lpf_horizontal_16_neon()
[all …]
Dhighbd_loopfilter_neon.c200 uint16x8_t *oq3, uint16x8_t *oq4, uint16x8_t *oq5, uint16x8_t *oq6) { in apply_15_tap_filter() argument
223 *oq3 = apply_15_tap_filter_kernel(flat2, p4, q2, q3, q7, q3, &sum); in apply_15_tap_filter()
323 uint16x8_t *oq0, uint16x8_t *oq1, uint16x8_t *oq2, uint16x8_t *oq3, in filter16() argument
339 oq0, oq1, oq2, oq3, oq4, oq5, oq6); in filter16()
670 q3, q4, q5, q6, q7, op6, op5, op4, op3, op2, op1, op0, oq0, oq1, oq2, oq3, in lpf_horizontal_16_kernel() local
682 &op3, &op2, &op1, &op0, &oq0, &oq1, &oq2, &oq3, &oq4, &oq5, &oq6, in lpf_horizontal_16_kernel()
684 store_8x14(s, p, op6, op5, op4, op3, op2, op1, op0, oq0, oq1, oq2, oq3, oq4, in lpf_horizontal_16_kernel()
693 q3, q4, q5, q6, q7, op6, op5, op4, op3, op2, op1, op0, oq0, oq1, oq2, oq3, in lpf_vertical_16_kernel() local
711 &op3, &op2, &op1, &op0, &oq0, &oq1, &oq2, &oq3, &oq4, &oq5, &oq6, in lpf_vertical_16_kernel()
716 store_7x8(s + 4, p, oq0, oq1, oq2, oq3, oq4, oq5, oq6); in lpf_vertical_16_kernel()
Dloopfilter_16_neon.asm107 vst1.u8 {d23}, [r8@64], r1 ; store oq3
657 vbif d23, d11, d17 ; oq3 |= q3 & ~(f2 & f & m)