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

/external/libvpx/libvpx/
H A Dy4minput.c218 int c_h; local
225 c_h = (_y4m->pic_h + _y4m->dst_c_dec_v - 1) / _y4m->dst_c_dec_v;
226 c_sz = c_w * c_h;
228 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
281 int c_h; local
290 c_h = (_y4m->pic_h + _y4m->dst_c_dec_h - 1) / _y4m->dst_c_dec_h;
291 c_sz = c_w * c_h;
297 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h);
304 for (y = 0; y < OC_MINI(c_h, 3); y++) {
307 + 114 * tmp[y * c_w] - 17 * tmp[OC_MINI(y + 1, c_h
434 int c_h; local
500 int c_h; local
572 int c_h; local
635 int c_h; local
996 int c_h; local
[all...]
H A Dvpxenc.c562 const uint32_t c_h = local
597 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
600 const int si = mmin(i + bsizey, c_h - i);
623 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
626 const int si = mmin(i + bsizey, c_h - i);
654 const uint32_t c_h = local
685 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
688 const int si = mmin(i + bsizey, c_h - i);
710 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
713 const int si = mmin(i + bsizey, c_h
741 const uint32_t c_h = local
[all...]
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c109 const int c_h = ybf->uv_crop_height; 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/generic/
H A Dyv12extend.c163 const int c_h = ybf->uv_crop_height; local
184 c_w, c_h, c_et, c_el, c_eb, c_er);
186 c_w, c_h, c_et, c_el, c_eb, c_er);
197 c_w, c_h, c_et, c_el, c_eb, c_er);
200 c_w, c_h, c_et, c_el, c_eb, c_er);

Completed in 151 milliseconds