Home
last modified time | relevance | path

Searched refs:n2 (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
Dfilter_dspr2.c133 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()
468 : [tn1] "=&r" (tn1), [n2] "=&r" (n2), in vp8_filter_block2d_first_pass_8_all()
547 [n2] "=&r" (n2), [n3] "=&r" (n3), [n4] "=&r" (n4), in vp8_filter_block2d_first_pass_8_all()
588 : [tn1] "=&r" (tn1), [p2] "=&r" (p2), [n2] "=&r" (n2), 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()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_convolve8_vert_dspr2.c37 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()
Dvp9_convolve8_avg_dspr2.c37 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()
Dvp9_convolve8_horiz_dspr2.c36 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()
Dvp9_convolve8_avg_horiz_dspr2.c36 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.c753 const int n2 = counts[i][j][k][l][TWO_TOKEN]; in adapt_coef_probs() local
757 { n0, n1 + n2 }, in adapt_coef_probs()
758 { n1, n2 } in adapt_coef_probs()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c1060 int n1, n2; in dhd_membytes() local
1063 n2 = (int)((unsigned char)*inptr++); in dhd_membytes()
1064 if (!isxdigit(n1) || !isxdigit(n2)) { in dhd_membytes()
1066 (isxdigit(n1) ? n2 : n1)); in dhd_membytes()
1072 n2 = isdigit(n2) ? (n2 - '0') in dhd_membytes()
1073 : ((islower(n2) ? (toupper(n2)) : n2) - '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/
Dx86inc.asm833 %xdefine %%n2 n %+ %2
835 CAT_XDEFINE m, %%n1, m %+ %%n2
836 CAT_XDEFINE m, %%n2, tmp
838 CAT_XDEFINE n, m %+ %%n2, %%n2
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c250 int n2 = L; /* number of bits in v2, assumed nonzero */ in vp8_pack_tokens_c() local
255 const int bb = (v2 >> --n2) & 1; in vp8_pack_tokens_c()
304 while (n2); in vp8_pack_tokens_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()