HomeSort by relevance Sort by last modified time
    Searched defs:c_w (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 87 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/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 110 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/
y4minput.c 182 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] = (unsigned char)OC_CLAMPI(0, (tmp[0
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...]
vpxdec.c 1069 unsigned int c_w = local
    [all...]
vpxenc.c 917 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);
998 const int c_w = (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 429 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/
mttest.c 429 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/
ssltest.c 1567 int c_r,c_w,s_r,s_w; local
    [all...]
  /external/openssl/ssl/
ssltest.c 1567 int c_r,c_w,s_r,s_w; local
    [all...]

Completed in 4350 milliseconds