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

/external/chromium_org/third_party/libvpx/source/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.c494 const uint32_t c_h = local
529 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
532 const int si = mmin(i + bsizey, c_h - i);
555 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
558 const int si = mmin(i + bsizey, c_h - i);
586 const uint32_t c_h = local
617 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
620 const int si = mmin(i + bsizey, c_h - i);
642 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
645 const int si = mmin(i + bsizey, c_h
673 const uint32_t c_h = local
[all...]
/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
888 int c_h; local
[all...]
H A Dvpxenc.c477 const uint32_t c_h = local
508 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
511 const int si = mmin(i + bsizey, c_h - i);
533 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
536 const int si = mmin(i + bsizey, c_h - i);
563 const uint32_t c_h = local
577 for (i = 0; i < c_h; ++i)
582 for (i = 0; i < c_h; ++i)
/external/chromium_org/third_party/libvpx/source/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/mips/dspr2/
H A Dyv12extend_dspr2.c111 const int c_h = ybf->uv_crop_height; 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.c86 const int c_h = ybf->uv_crop_height; 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.c161 const int c_h = ybf->uv_crop_height; 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);

Completed in 113 milliseconds