/external/libvpx/libvpx/ |
y4minput.c | 183 int c_h; local 190 c_h = (_y4m->pic_h + _y4m->dst_c_dec_v - 1) / _y4m->dst_c_dec_v; 191 c_sz = c_w * c_h; 193 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h); 246 int c_h; local 255 c_h = (_y4m->pic_h + _y4m->dst_c_dec_h - 1) / _y4m->dst_c_dec_h; 256 c_sz = c_w * c_h; 262 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h); 269 for (y = 0; y < OC_MINI(c_h, 3); y++) { 272 + 114 * tmp[y * c_w] - 17 * tmp[OC_MINI(y + 1, c_h - 1) * c_w 399 int c_h; local 465 int c_h; local 537 int c_h; local 600 int c_h; local 854 int c_h; local [all...] |
vpxenc.c | 918 const int c_h = (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; local 947 for (i = 0, match = 1; match && i < c_h; i += bsizey) { 950 int si = mmin(i + bsizey, c_h - i); 999 const int c_h = (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; local [all...] |
vpxdec.c | 1072 unsigned int c_h = local [all...] |
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
yv12extend_dspr2.c | 111 const int c_h = (ybf->y_crop_height + subsampling_y) >> subsampling_y; 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/ |
yv12extend.c | 88 const int c_h = (ybf->y_crop_height + subsampling_y) >> subsampling_y; 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);
|