/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | loopfilter_filters_dspr2.c | 355 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_horizontal_edge_mips() local 395 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips() 400 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 440 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips() 445 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 485 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips() 490 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 530 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips() 535 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 565 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_uvhorizontal_edge_mips() local [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/ |
D | loopfilter_filters_dspr2.c | 355 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_horizontal_edge_mips() local 395 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips() 400 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 440 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips() 445 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 485 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips() 490 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 530 pm1 = *((uint32_t *)(sm1)); in vp8_loop_filter_horizontal_edge_mips() 535 vp8_filter_mask_vec_mips(limit, flimit, p1, p2, pm1, p0, p3, p4, p5, p6, in vp8_loop_filter_horizontal_edge_mips() 565 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp8_loop_filter_uvhorizontal_edge_mips() local [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | flag-crash.ll | 6 define fastcc void @func(%struct.gs_matrix* nocapture %pm1) nounwind { 8 %0 = getelementptr inbounds %struct.gs_matrix* %pm1, i32 0, i32 6 10 %2 = getelementptr inbounds %struct.gs_matrix* %pm1, i32 0, i32 8 12 %4 = getelementptr inbounds %struct.gs_matrix* %pm1, i32 0, i32 2
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
D | vp9_loopfilter_filters_dspr2.c | 32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp9_lpf_horizontal_4_dspr2() local 86 : [pm1] "=&r" (pm1), [p0] "=&r" (p0), [p5] "=&r" (p5), in vp9_lpf_horizontal_4_dspr2() 92 pm1, p0, p3, p4, p5, p6, in vp9_lpf_horizontal_4_dspr2() 125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp9_lpf_vertical_4_dspr2() local 165 pm1 = *((uint32_t *)(s4 - 4)); in vp9_lpf_vertical_4_dspr2() 187 [p2] "+r" (p2), [p1] "+r" (p1), [p0] "+r" (p0), [pm1] "+r" (pm1), in vp9_lpf_vertical_4_dspr2() 220 vp9_filter_hev_mask_dspr2(limit_vec, flimit_vec, p1, p2, pm1, in vp9_lpf_vertical_4_dspr2()
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_loopfilter_filters_dspr2.c | 32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp9_lpf_horizontal_4_dspr2() local 86 : [pm1] "=&r" (pm1), [p0] "=&r" (p0), [p5] "=&r" (p5), in vp9_lpf_horizontal_4_dspr2() 92 pm1, p0, p3, p4, p5, p6, in vp9_lpf_horizontal_4_dspr2() 125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; in vp9_lpf_vertical_4_dspr2() local 165 pm1 = *((uint32_t *)(s4 - 4)); in vp9_lpf_vertical_4_dspr2() 187 [p2] "+r" (p2), [p1] "+r" (p1), [p0] "+r" (p0), [pm1] "+r" (pm1), in vp9_lpf_vertical_4_dspr2() 220 vp9_filter_hev_mask_dspr2(limit_vec, flimit_vec, p1, p2, pm1, in vp9_lpf_vertical_4_dspr2()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-complete.cpp | 45 void test_memptr(X<long> *p1, long X<long>::*pm1, argument 52 (void)(p1->*pm1);
|
D | member-function-template.cpp | 33 int& (X::*pm1)(int) = &X::f0; in test_X_f0_address() local 38 int& (X::*pm1)(int) = &X::f1; in test_X_f1_address() local
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 40 PM<(0)> pm1; // expected-error{{null non-type template argument must be cast to template parameter … variable
|
/external/llvm/test/CodeGen/NVPTX/ |
D | intrinsic-old.ll | 215 ; CHECK: mov.u32 %r{{[0-9]+}}, %pm1; 217 %x = call i32 @llvm.ptx.read.pm1() 278 declare i32 @llvm.ptx.read.pm1()
|
/external/bluetooth/bluedroid/stack/avdt/ |
D | avdt_api.c | 1353 UINT8 *p, *plen, *pm1, *p_end; in AVDT_SendReport() local 1386 pm1 = p; in AVDT_SendReport() 1398 *pm1 = AVDT_MEDIA_OCTET1; in AVDT_SendReport() 1429 len = p - pm1 - 1; in AVDT_SendReport()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 3838 def PTX_READ_PM1 : PTX_READ_SPECIAL_REGISTER_R32<"pm1", int_ptx_read_pm1>;
|
/external/chromium_org/media/test/data/ |
D | bear-1280x720.ts | 3591 �1������IJ���Cw�\��)��8��s�s N`v�#F������Ƃ#����HGH�pm1���Gŵ����*|�ZU5�
|
D | bear-1280x720_ptswraparound.ts | 3572 �1������IJ���Cw�\��)��8��s�s N`v�#F������Ƃ#����HGH�pm1���Gŵ����*|�ZU5�
|