/external/libvpx/libvpx/vpx_dsp/ |
D | intrapred.c | 22 const uint8_t *above, const uint8_t *left) { in d207_predictor() argument 24 (void)above; in d207_predictor() 46 const uint8_t *above, const uint8_t *left) { in d63_predictor() argument 51 dst[c] = AVG2(above[c], above[c + 1]); in d63_predictor() 52 dst[stride + c] = AVG3(above[c], above[c + 1], above[c + 2]); in d63_predictor() 56 memset(dst + (r + 0) * stride + size, above[bs - 1], bs - size); in d63_predictor() 58 memset(dst + (r + 1) * stride + size, above[bs - 1], bs - size); in d63_predictor() 63 const uint8_t *above, const uint8_t *left) { in d45_predictor() argument 64 const uint8_t above_right = above[bs - 1]; in d45_predictor() 70 dst[x] = AVG3(above[x], above[x + 1], above[x + 2]); in d45_predictor() [all …]
|
D | vpx_dsp_rtcd_defs.pl | 28 add_proto qw/void vpx_d207_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,… 31 add_proto qw/void vpx_d45_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, … 34 add_proto qw/void vpx_d45e_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,… 36 add_proto qw/void vpx_d63_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, … 39 add_proto qw/void vpx_d63e_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,… 41 add_proto qw/void vpx_h_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, co… 44 add_proto qw/void vpx_he_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, c… 46 add_proto qw/void vpx_d117_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,… 48 add_proto qw/void vpx_d135_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,… 51 add_proto qw/void vpx_d153_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,… [all …]
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_intrapred_neon.c | 36 const uint16_t *above, in vpx_highbd_dc_predictor_4x4_neon() argument 38 const uint16x4_t a = vld1_u16(above); in vpx_highbd_dc_predictor_4x4_neon() 51 const uint16_t *above, in vpx_highbd_dc_left_predictor_4x4_neon() argument 55 (void)above; in vpx_highbd_dc_left_predictor_4x4_neon() 61 const uint16_t *above, in vpx_highbd_dc_top_predictor_4x4_neon() argument 63 const uint16x4_t sum = dc_sum_4(above); in vpx_highbd_dc_top_predictor_4x4_neon() 71 const uint16_t *above, in vpx_highbd_dc_128_predictor_4x4_neon() argument 74 (void)above; in vpx_highbd_dc_128_predictor_4x4_neon() 99 const uint16_t *above, in vpx_highbd_dc_predictor_8x8_neon() argument 101 const uint16x8_t above_u16 = vld1q_u16(above); in vpx_highbd_dc_predictor_8x8_neon() [all …]
|
D | intrapred_neon.c | 36 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_neon() argument 37 const uint8x8_t a = vld1_u8(above); in vpx_dc_predictor_4x4_neon() 49 const uint8_t *above, const uint8_t *left) { in vpx_dc_left_predictor_4x4_neon() argument 52 (void)above; in vpx_dc_left_predictor_4x4_neon() 57 const uint8_t *above, const uint8_t *left) { in vpx_dc_top_predictor_4x4_neon() argument 58 const uint16x4_t sum = dc_sum_4(above); in vpx_dc_top_predictor_4x4_neon() 65 const uint8_t *above, const uint8_t *left) { in vpx_dc_128_predictor_4x4_neon() argument 67 (void)above; in vpx_dc_128_predictor_4x4_neon() 92 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_8x8_neon() argument 93 const uint8x8_t above_u8 = vld1_u8(above); in vpx_dc_predictor_8x8_neon() [all …]
|
D | intrapred_neon_asm.asm | 30 ; const uint8_t *above, 34 ; r2 const uint8_t *above 47 ; const uint8_t *above, 51 ; r2 const uint8_t *above 68 ; const uint8_t *above, 72 ; r2 const uint8_t *above 97 ; const uint8_t *above, 101 ; r2 const uint8_t *above 130 ; const uint8_t *above, 134 ; r2 const uint8_t *above [all …]
|
/external/iptables/extensions/ |
D | libxt_connlimit.t | 6 -m connlimit --connlimit-above 0;=;OK 7 -m connlimit --connlimit-above 4294967295;=;OK 8 -m connlimit --connlimit-above 4294967296;;FAIL 9 -m connlimit --connlimit-above -1;;FAIL 10 -m connlimit --connlimit-upto 1 --conlimit-above 1;;FAIL 11 -m connlimit --connlimit-above 10 --connlimit-saddr;-m connlimit --connlimit-above 10 --connlimit-m… 12 -m connlimit --connlimit-above 10 --connlimit-daddr;-m connlimit --connlimit-above 10 --connlimit-m… 13 -m connlimit --connlimit-above 10 --connlimit-saddr --connlimit-daddr;;FAIL 14 -m connlimit --connlimit-above 10 --connlimit-mask 32 --connlimit-saddr;=;OK 15 -m connlimit --connlimit-above 10 --connlimit-mask 32 --connlimit-daddr;=;OK
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | intrapred_vsx.c | 15 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_16x16_vsx() argument 16 const uint8x16_t d = vec_vsx_ld(0, above); in vpx_v_predictor_16x16_vsx() 26 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_32x32_vsx() argument 27 const uint8x16_t d0 = vec_vsx_ld(0, above); in vpx_v_predictor_32x32_vsx() 28 const uint8x16_t d1 = vec_vsx_ld(16, above); in vpx_v_predictor_32x32_vsx() 41 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_vsx() argument 48 (void)above; in vpx_h_predictor_4x4_vsx() 60 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_8x8_vsx() argument 72 (void)above; in vpx_h_predictor_8x8_vsx() 92 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_16x16_vsx() argument [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | intrapred_msa.c | 555 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_4x4_msa() argument 558 intra_predict_vert_4x4_msa(above, dst, y_stride); in vpx_v_predictor_4x4_msa() 562 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_8x8_msa() argument 565 intra_predict_vert_8x8_msa(above, dst, y_stride); in vpx_v_predictor_8x8_msa() 569 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_16x16_msa() argument 572 intra_predict_vert_16x16_msa(above, dst, y_stride); in vpx_v_predictor_16x16_msa() 576 const uint8_t *above, const uint8_t *left) { in vpx_v_predictor_32x32_msa() argument 579 intra_predict_vert_32x32_msa(above, dst, y_stride); in vpx_v_predictor_32x32_msa() 583 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_msa() argument 584 (void)above; in vpx_h_predictor_4x4_msa() [all …]
|
D | intrapred4_dspr2.c | 15 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_4x4_dspr2() argument 17 (void)above; in vpx_h_predictor_4x4_dspr2() 42 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_4x4_dspr2() argument 78 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst), in vpx_dc_predictor_4x4_dspr2() 83 const uint8_t *above, const uint8_t *left) { in vpx_tm_predictor_4x4_dspr2() argument 222 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst), in vpx_tm_predictor_4x4_dspr2()
|
D | intrapred8_dspr2.c | 15 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_8x8_dspr2() argument 17 (void)above; in vpx_h_predictor_8x8_dspr2() 69 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_8x8_dspr2() argument 146 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst), in vpx_dc_predictor_8x8_dspr2() 151 const uint8_t *above, const uint8_t *left) { in vpx_tm_predictor_8x8_dspr2() argument 600 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst), in vpx_tm_predictor_8x8_dspr2()
|
D | intrapred16_dspr2.c | 15 const uint8_t *above, const uint8_t *left) { in vpx_h_predictor_16x16_dspr2() argument 18 (void)above; in vpx_h_predictor_16x16_dspr2() 160 const uint8_t *above, const uint8_t *left) { in vpx_dc_predictor_16x16_dspr2() argument 322 : [above] "r"(above), [left] "r"(left), [dst] "r"(dst), in vpx_dc_predictor_16x16_dspr2()
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 65 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 68 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 71 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 74 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 77 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 78 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui… 81 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 82 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui… 85 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 86 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint… [all …]
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 65 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 68 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 71 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 74 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 77 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 78 void vpx_d135_predictor_16x16_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui… 81 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 82 void vpx_d135_predictor_32x32_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const ui… 85 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 86 void vpx_d135_predictor_4x4_neon(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint… [all …]
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 63 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 66 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 69 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 72 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 75 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 78 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 81 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 84 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 87 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 90 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… [all …]
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 72 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 75 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 78 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 81 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 84 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 87 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 90 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 93 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 96 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 97 void vpx_d153_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const u… [all …]
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 72 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 75 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 78 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 81 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 84 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 87 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 90 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 93 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 96 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 97 void vpx_d153_predictor_16x16_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const u… [all …]
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 55 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 58 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 61 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 64 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 67 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 70 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 73 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 76 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 79 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 82 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… [all …]
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 55 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 58 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 61 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 64 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 67 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 70 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 73 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 76 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 79 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 82 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… [all …]
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 55 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 58 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 61 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 64 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 67 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 70 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 73 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 76 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 79 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 82 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… [all …]
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 55 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 58 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 61 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 64 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 67 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 70 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 73 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 76 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 79 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 82 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… [all …]
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 65 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 68 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 71 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 74 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 77 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 80 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 83 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 86 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 89 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 92 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… [all …]
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 65 void vpx_d117_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 68 void vpx_d117_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 71 void vpx_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 74 void vpx_d117_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 77 void vpx_d135_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 80 void vpx_d135_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 83 void vpx_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 86 void vpx_d135_predictor_8x8_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 89 void vpx_d153_predictor_16x16_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… 92 void vpx_d153_predictor_32x32_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8… [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | Hebr_Latn.txt | 65 $above = [^[:ccc=0:][:ccc=230:]]*; 67 \u05B2 $1← a ($above) \u0300; 69 \u05B8 $1 ← a ($above) \u0301; 71 \u05B1 $1 ← e ($above) \u0300; 73 \u05B5 $1 ← e ($above) \u0301; 75 \u05B0 $1 ← e ($above) \u0306; 77 \u05B9 $1 ← o ($above) \u0300;
|
/external/valgrind/ |
D | solaris12.supp | 12 # The same problem as above. 21 # The same problem as above. 31 # The same problem as above. 40 # The same problem as above. 74 # The same problem as above. 87 # The same problem as above. 99 # The same problem as above. 112 # The same problem as above.
|
/external/libvpx/libvpx/vp8/common/ |
D | findnearmv.c | 26 const MODE_INFO *above = here - xd->mode_info_stride; in vp8_find_near_mvs() local 28 const MODE_INFO *aboveleft = above - 1; in vp8_find_near_mvs() 39 if (above->mbmi.ref_frame != INTRA_FRAME) { in vp8_find_near_mvs() 40 if (above->mbmi.mv.as_int) { in vp8_find_near_mvs() 41 (++mv)->as_int = above->mbmi.mv.as_int; in vp8_find_near_mvs() 42 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, in vp8_find_near_mvs() 97 ((above->mbmi.mode == SPLITMV) + (left->mbmi.mode == SPLITMV)) * 2 + in vp8_find_near_mvs()
|