Searched refs:px0 (Results 1 – 8 of 8) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_decimate_q31.c | 76 const q31_t *px0, *px1, *px2, *px3; in arm_fir_decimate_q31() local 117 px0 = pState; in arm_fir_decimate_q31() 143 x0v = vld1q(px0); in arm_fir_decimate_q31() 147 px0 += 4; in arm_fir_decimate_q31() 178 x0v = vld1q(px0); in arm_fir_decimate_q31() 182 px0 += 4; in arm_fir_decimate_q31() 315 q31_t *px0; /* Temporary pointer for state buffer */ in arm_fir_decimate_q31() local 356 px0 = pState; in arm_fir_decimate_q31() 373 x0 = *(px0++); in arm_fir_decimate_q31() 391 x0 = *(px0++); in arm_fir_decimate_q31() [all …]
|
D | arm_fir_decimate_f32.c | 144 const float32_t *px0, *px1, *px2, *px3; in arm_fir_decimate_f32() local 186 px0 = pState; in arm_fir_decimate_f32() 212 x0v = vld1q(px0); in arm_fir_decimate_f32() 216 px0 += 4; in arm_fir_decimate_f32() 247 x0v = vld1q(px0); in arm_fir_decimate_f32() 251 px0 += 4; in arm_fir_decimate_f32() 394 float32_t *px0, *px1, *px2, *px3; in arm_fir_decimate_f32() local 429 px0 = pState; in arm_fir_decimate_f32() 450 x0v = vld1q_f32(px0); in arm_fir_decimate_f32() 455 px0 += 4; in arm_fir_decimate_f32() [all …]
|
D | arm_fir_decimate_fast_q31.c | 71 q31_t *px0; /* Temporary pointer for state buffer */ in arm_fir_decimate_fast_q31() local 112 px0 = pState; in arm_fir_decimate_fast_q31() 129 x0 = *(px0++); in arm_fir_decimate_fast_q31() 147 x0 = *(px0++); in arm_fir_decimate_fast_q31() 162 x0 = *(px0++); in arm_fir_decimate_fast_q31() 177 x0 = *(px0++); in arm_fir_decimate_fast_q31() 201 x0 = *(px0++); in arm_fir_decimate_fast_q31() 255 px0 = pState; in arm_fir_decimate_fast_q31() 271 x0 = *px0++; in arm_fir_decimate_fast_q31() 280 x0 = *px0++; in arm_fir_decimate_fast_q31() [all …]
|
D | arm_fir_decimate_q15.c | 77 const q15_t *px0, *px1, *px2, *px3; in arm_fir_decimate_q15() local 133 px0 = pState; in arm_fir_decimate_q15() 157 x0v = vld1q(px0); in arm_fir_decimate_q15() 161 px0 += 8; in arm_fir_decimate_q15() 192 x0v = vld1q(px0); in arm_fir_decimate_q15() 196 px0 += 8; in arm_fir_decimate_q15() 333 q15_t *px0, *px1; in arm_fir_decimate_q15() local 366 px0 = pState; in arm_fir_decimate_q15() 383 x0 = read_q15x2_ia (&px0); in arm_fir_decimate_q15() 394 x0 = read_q15x2_ia (&px0); in arm_fir_decimate_q15() [all …]
|
D | arm_fir_decimate_fast_q15.c | 76 q15_t *px0, *px1; in arm_fir_decimate_fast_q15() local 109 px0 = pState; in arm_fir_decimate_fast_q15() 126 x0 = read_q15x2_ia (&px0); in arm_fir_decimate_fast_q15() 137 x0 = read_q15x2_ia (&px0); in arm_fir_decimate_fast_q15() 164 x0 = *px0++; in arm_fir_decimate_fast_q15() 322 q15_t *px0, *px1; in arm_fir_decimate_fast_q15() local 352 px0 = pState; in arm_fir_decimate_fast_q15() 369 x0 = *px0++; in arm_fir_decimate_fast_q15() 380 x0 = *px0++; in arm_fir_decimate_fast_q15() 391 x0 = *px0++; in arm_fir_decimate_fast_q15() [all …]
|
/third_party/boost/libs/smart_ptr/test/ |
D | atomic_sp_test.cpp | 53 boost::shared_ptr<X> px0( new X ); in main() local 54 boost::atomic_shared_ptr<X> apx( px0 ); in main() 95 boost::shared_ptr<X> px0( new X ); in main() local 96 boost::atomic_shared_ptr<X> apx( px0 ); in main() 111 boost::shared_ptr<X> px0( new X ); in main() local 112 boost::atomic_shared_ptr<X> apx( px0 ); in main() 127 boost::shared_ptr<X> px0( new X ); in main() local 128 boost::atomic_shared_ptr<X> apx( px0 ); in main() 133 BOOST_TEST_EQ( px0, p1 ); in main() 134 BOOST_TEST_EQ( px0.use_count(), 2 ); in main() [all …]
|
/third_party/pixman/demos/ |
D | quad2quad.c | 15 double px0, double py0, in quad_to_quad() argument 953 t644 = (x0 * (px0 * (y1 * (x1 * (t528 + t522 + t612 + t518) in quad_to_quad() 970 + px0 * (x1 * (t586 + t622 + t621 + t619) in quad_to_quad() 980 + px0 * (x1 * (t591 + t589 + t588 + t587) in quad_to_quad() 996 + px0 * (y1 * (t528 + x1 * (t181 + t526 + t524 + t523) + t522 + t521 in quad_to_quad() 1005 + t14 * (px0 * (x1 * (t484 + t482 + t480 + t479) in quad_to_quad() 1616 = (x0 * (px0 * (x1 * (px1 * (y2 * (t388 + t387) + t142 * t386) in quad_to_quad() 1625 + y0 * (x0 * (px0 * (t261 + x1 * (t369 + t368 + t157 + t364 + t363) + py1 * t227 in quad_to_quad() 1639 + px0 * (x1 * (t337 + py1 * t332 + t202 + t326 + t196) in quad_to_quad() 1651 + px0 * (y1 * (x1 * (t261 + py1 * t252 + t247 + t246 + t244) in quad_to_quad() [all …]
|
/third_party/ffmpeg/libswscale/ |
D | input.c | 327 unsigned px0 = input_pixel(2 * i + 0) >> shp; in rgb16_32ToUV_half_c_template() local 329 int b, r, g = (px0 & maskgx) + (px1 & maskgx); in rgb16_32ToUV_half_c_template() 330 int rb = px0 + px1 - g; in rgb16_32ToUV_half_c_template()
|