/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
D | filter_dspr2.c | 133 unsigned int n1, n2, n3; in vp8_filter_block2d_first_pass_4() local 226 [p3] "=&r" (p3), [n1] "=&r" (n1), [n2] "=&r" (n2), in vp8_filter_block2d_first_pass_4() 297 [n1] "=&r" (n1), [n2] "=&r" (n2), [n3] "=&r" (n3), in vp8_filter_block2d_first_pass_4() 329 unsigned int n1, n2, n3, n4; in vp8_filter_block2d_first_pass_8_all() local 420 [n1] "=&r" (n1), [n2] "=&r" (n2), [n3] "=&r" (n3), in vp8_filter_block2d_first_pass_8_all() 473 [vector2b] "r" (vector2b), [n1] "r" (n1), [p1] "r" (p1), in vp8_filter_block2d_first_pass_8_all() 546 [p3] "=&r" (p3), [p4] "=&r" (p4), [n1] "=&r" (n1), in vp8_filter_block2d_first_pass_8_all() 629 unsigned int n1, n2, n3, n4; in vp8_filter_block2d_first_pass16_6tap() local 691 [n1] "=&r" (n1), [n2] "=&r" (n2), [n3] "=&r" (n3), in vp8_filter_block2d_first_pass16_6tap() 746 [tp1] "r" (tp1), [n1] "r" (n1), [p1] "r" (p1), in vp8_filter_block2d_first_pass16_6tap() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_convolve8_vert_dspr2.c | 37 uint32_t n1, n2; in convolve_vert_4_dspr2() local 160 [n1] "=&r" (n1), [n2] "=&r" (n2), in convolve_vert_4_dspr2() 191 uint32_t n1, n2; in convolve_vert_64_dspr2() local 315 [n1] "=&r" (n1), [n2] "=&r" (n2), in convolve_vert_64_dspr2()
|
D | vp9_convolve8_avg_dspr2.c | 37 uint32_t n1, n2; in convolve_avg_vert_4_dspr2() local 167 [p1] "=&r" (p1), [p2] "=&r" (p2), [n1] "=&r" (n1), [n2] "=&r" (n2), in convolve_avg_vert_4_dspr2() 198 uint32_t n1, n2; in convolve_avg_vert_64_dspr2() local 329 [p1] "=&r" (p1), [p2] "=&r" (p2), [n1] "=&r" (n1), [n2] "=&r" (n2), in convolve_avg_vert_64_dspr2()
|
D | vp9_convolve8_horiz_dspr2.c | 36 uint32_t n1, n2, n3, n4; in convolve_horiz_4_dspr2() local 119 [n1] "=&r" (n1), [n2] "=&r" (n2), [n3] "=&r" (n3), [n4] "=&r" (n4), in convolve_horiz_4_dspr2() 146 uint32_t p1, p2, p3, p4, n1; in convolve_horiz_8_dspr2() local 284 [n1] "=&r" (n1), in convolve_horiz_8_dspr2()
|
D | vp9_convolve8_avg_horiz_dspr2.c | 36 uint32_t n1, n2, n3, n4; in convolve_avg_horiz_4_dspr2() local 130 [n1] "=&r" (n1), [n2] "=&r" (n2), [n3] "=&r" (n3), [n4] "=&r" (n4), in convolve_avg_horiz_4_dspr2() 157 uint32_t p1, p2, p3, p4, n1; in convolve_avg_horiz_8_dspr2() local 318 [n1] "=&r" (n1), in convolve_avg_horiz_8_dspr2()
|
D | vp9_convolve2_avg_horiz_dspr2.c | 129 uint32_t p1, p2, p3, p4, n1; in convolve_bi_avg_horiz_8_dspr2() local 255 [n1] "=&r" (n1), in convolve_bi_avg_horiz_8_dspr2()
|
D | vp9_convolve8_dspr2.c | 168 uint32_t p1, p2, p3, p4, n1; in convolve_horiz_8_transposed_dspr2() local 316 [n1] "=&r" (n1), in convolve_horiz_8_transposed_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_prob.h | 63 static INLINE vp9_prob get_binary_prob(int n0, int n1) { in get_binary_prob() argument 64 return get_prob(n0, n0 + n1); in get_binary_prob()
|
D | vp9_entropy.c | 752 const int n1 = counts[i][j][k][l][ONE_TOKEN]; in adapt_coef_probs() local 757 { n0, n1 + n2 }, in adapt_coef_probs() 758 { n1, n2 } in adapt_coef_probs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | version.sh | 36 changelog_version=`head -n1 "${p}/CHANGELOG" | awk '{print $2}'`
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 1060 int n1, n2; in dhd_membytes() local 1062 n1 = (int)((unsigned char)*inptr++); in dhd_membytes() 1064 if (!isxdigit(n1) || !isxdigit(n2)) { in dhd_membytes() 1066 (isxdigit(n1) ? n2 : n1)); in dhd_membytes() 1070 n1 = isdigit(n1) ? (n1 - '0') in dhd_membytes() 1071 : ((islower(n1) ? (toupper(n1)) : n1) - 'A' + 10); in dhd_membytes() 1074 *outptr++ = (n1 * 16) + n2; in dhd_membytes()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 832 %xdefine %%n1 n %+ %1 834 %xdefine tmp m %+ %%n1 835 CAT_XDEFINE m, %%n1, m %+ %%n2 837 CAT_XDEFINE n, m %+ %%n1, %%n1
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.mk | 206 @echo $(CODEC_SRCS) | xargs -n1 echo | sort -u > $@ 401 @echo $(LIBVPX_TEST_SRCS) | xargs -n1 echo | sort -u > $@
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | bitstream.c | 628 int_mv n1, n2; in pack_inter_mode_mvs() local 631 … vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias); in pack_inter_mode_mvs()
|