Home
last modified time | relevance | path

Searched defs:px0 (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/smart_ptr/test/
Datomic_sp_test.cpp53 boost::shared_ptr<X> px0( new X ); in main() local
95 boost::shared_ptr<X> px0( new X ); in main() local
111 boost::shared_ptr<X> px0( new X ); in main() local
127 boost::shared_ptr<X> px0( new X ); in main() local
147 boost::shared_ptr<X> px0( new X ); in main() local
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_decimate_q15.c77 const q15_t *px0, *px1, *px2, *px3; in arm_fir_decimate_q15() local
333 q15_t *px0, *px1; in arm_fir_decimate_q15() local
579 q15_t *px0, *px1; in arm_fir_decimate_q15() local
Darm_fir_decimate_fast_q15.c76 q15_t *px0, *px1; in arm_fir_decimate_fast_q15() local
322 q15_t *px0, *px1; in arm_fir_decimate_fast_q15() local
Darm_fir_decimate_f32.c144 const float32_t *px0, *px1, *px2, *px3; in arm_fir_decimate_f32() local
394 float32_t *px0, *px1, *px2, *px3; in arm_fir_decimate_f32() local
630 float32_t *px0; /* Temporary pointer for state buffer */ in arm_fir_decimate_f32() local
Darm_fir_decimate_q31.c76 const q31_t *px0, *px1, *px2, *px3; in arm_fir_decimate_q31() local
315 q31_t *px0; /* Temporary pointer for state buffer */ in arm_fir_decimate_q31() local
Darm_fir_decimate_fast_q31.c71 q31_t *px0; /* Temporary pointer for state buffer */ in arm_fir_decimate_fast_q31() local
/third_party/ffmpeg/libswscale/
Dinput.c327 unsigned px0 = input_pixel(2 * i + 0) >> shp; in rgb16_32ToUV_half_c_template() local
/third_party/pixman/demos/
Dquad2quad.c15 double px0, double py0, in quad_to_quad()