Searched refs:c_w (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/
H A Dy4minput.c182 int c_w; local
189 c_w = (_y4m->pic_w + _y4m->dst_c_dec_h - 1) / _y4m->dst_c_dec_h;
191 c_sz = c_w * c_h;
193 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
245 int c_w; local
254 c_w = (_y4m->pic_w + 1) / 2;
256 c_sz = c_w * c_h;
262 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h);
268 for (x = 0; x < c_w; x++) {
270 _dst[y * c_w]
398 int c_w; local
464 int c_w; local
536 int c_w; local
599 int c_w; local
853 int c_w; local
[all...]
H A Dvpxenc.c917 const int c_w = (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; local
948 for (j = 0; match && j < c_w; j += bsizex) {
951 int sj = mmin(j + bsizex, c_w - j);
972 for (j = 0; match && j < c_w; j += bsizex) {
975 int sj = mmin(j + bsizex, c_w - j);
998 const int c_w = (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; local
1015 c_w) == 0);
1020 c_w) == 0);
H A Dvpxdec.c1069 unsigned int c_w = local
1096 out_put(out, buf, c_w, do_md5);
1103 out_put(out, buf, c_w, do_md5);
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c110 const int c_w = (ybf->y_crop_width + subsampling_x) >> subsampling_x; local
131 c_w, c_h, c_et, c_el, c_eb, c_er);
134 c_w, c_h, c_et, c_el, c_eb, c_er);
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c87 const int c_w = (ybf->y_crop_width + subsampling_x) >> subsampling_x; local
108 c_w, c_h, c_et, c_el, c_eb, c_er);
111 c_w, c_h, c_et, c_el, c_eb, c_er);
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
H A Dmttest.c429 int c_r,c_w,s_r,s_w; local
468 c_w=1; s_w=0;
483 if ((i && c_r) || c_w) do_client=1;
520 c_w=0;
526 c_w=1;
552 c_w=0;
558 c_w=1;
/external/openssl/crypto/threads/
H A Dmttest.c429 int c_r,c_w,s_r,s_w; local
468 c_w=1; s_w=0;
483 if ((i && c_r) || c_w) do_client=1;
520 c_w=0;
526 c_w=1;
552 c_w=0;
558 c_w=1;
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssltest.c1567 int c_r,c_w,s_r,s_w; local
1601 c_w=1; s_w=0;
1614 if ((i && c_r) || c_w) do_client=1;
1654 c_w=0;
1660 c_w=1;
1690 c_w=0;
1696 c_w=1;
1767 c_w=1;
/external/openssl/ssl/
H A Dssltest.c1567 int c_r,c_w,s_r,s_w; local
1601 c_w=1; s_w=0;
1614 if ((i && c_r) || c_w) do_client=1;
1654 c_w=0;
1660 c_w=1;
1690 c_w=0;
1696 c_w=1;
1767 c_w=1;

Completed in 610 milliseconds