Searched refs:c_h (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/
H A Dy4minput.c183 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
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...]
H A Dvpxenc.c918 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);
971 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
974 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
1012 for (i = 0; i < c_h; i++)
1017 for (i = 0; i < c_h; i++)
H A Dvpxdec.c1072 unsigned int c_h = local
1095 for (y = 0; y < c_h; y++) {
1102 for (y = 0; y < c_h; y++) {
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c111 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/
H A Dyv12extend.c88 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);

Completed in 272 milliseconds