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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4minput.c217 int c_w; local
224 c_w = (_y4m->pic_w + _y4m->dst_c_dec_h - 1) / _y4m->dst_c_dec_h;
226 c_sz = c_w * c_h;
228 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
280 int c_w; local
289 c_w = (_y4m->pic_w + 1) / 2;
291 c_sz = c_w * c_h;
297 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h);
303 for (x = 0; x < c_w; x++) {
305 _dst[y * c_w]
433 int c_w; local
499 int c_w; local
571 int c_w; local
634 int c_w; local
995 int c_w; local
[all...]
H A Dvpxenc.c492 const uint32_t c_w = local
530 for (j = 0; match && j < c_w; j += bsizex) {
533 const int sj = mmin(j + bsizex, c_w - j);
556 for (j = 0; match && j < c_w; j += bsizex) {
559 const int sj = mmin(j + bsizex, c_w - j);
584 const uint32_t c_w = local
618 for (j = 0; match && j < c_w; j += bsizex) {
621 const int sj = mmin(j + bsizex, c_w - j);
643 for (j = 0; match && j < c_w; j += bsizex) {
646 const int sj = mmin(j + bsizex, c_w
671 uint32_t c_w = local
[all...]
/external/libvpx/libvpx/
H A Dy4minput.c217 int c_w; local
224 c_w = (_y4m->pic_w + _y4m->dst_c_dec_h - 1) / _y4m->dst_c_dec_h;
226 c_sz = c_w * c_h;
228 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
280 int c_w; local
289 c_w = (_y4m->pic_w + 1) / 2;
291 c_sz = c_w * c_h;
297 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h);
303 for (x = 0; x < c_w; x++) {
305 _dst[y * c_w]
433 int c_w; local
499 int c_w; local
571 int c_w; local
634 int c_w; local
887 int c_w; local
[all...]
H A Dvpxenc.c475 const uint32_t c_w = local
509 for (j = 0; match && j < c_w; j += bsizex) {
512 const int sj = mmin(j + bsizex, c_w - j);
534 for (j = 0; match && j < c_w; j += bsizex) {
537 const int sj = mmin(j + bsizex, c_w - j);
561 const uint32_t c_w = local
580 c_w) == 0);
585 c_w) == 0);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c108 const int c_w = ybf->uv_crop_width; local
129 c_w, c_h, c_et, c_el, c_eb, c_er);
132 c_w, c_h, c_et, c_el, c_eb, c_er);
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c110 const int c_w = ybf->uv_crop_width; local
130 c_w, c_h, c_et, c_el, c_eb, c_er);
133 c_w, c_h, c_et, c_el, c_eb, c_er);
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c85 const int c_w = ybf->uv_crop_width; local
105 c_w, c_h, c_et, c_el, c_eb, c_er);
108 c_w, c_h, c_et, c_el, c_eb, c_er);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12extend.c160 const int c_w = ybf->uv_crop_width; local
182 c_w, c_h, c_et, c_el, c_eb, c_er);
184 c_w, c_h, c_et, c_el, c_eb, c_er);
195 c_w, c_h, c_et, c_el, c_eb, c_er);
198 c_w, c_h, c_et, c_el, c_eb, c_er);
/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/openssl/ssl/
H A Dssltest.c1573 int c_r,c_w,s_r,s_w; local
1607 c_w=1; s_w=0;
1620 if ((i && c_r) || c_w) do_client=1;
1660 c_w=0;
1666 c_w=1;
1696 c_w=0;
1702 c_w=1;
1773 c_w=1;

Completed in 169 milliseconds