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

  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 105 const int c_h = ybf->uv_crop_height; local
123 extend_plane(ybf->u_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, c_er);
125 extend_plane(ybf->v_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, c_er);
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 152 const int c_h = ybf->uv_crop_height; local
171 extend_plane_high(ybf->u_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb,
173 extend_plane_high(ybf->v_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb,
183 extend_plane(ybf->u_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, c_er);
185 extend_plane(ybf->v_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, c_er);
  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 75 const uint32_t c_h = local
89 for (i = 0; i < c_h; ++i)
94 for (i = 0; i < c_h; ++i)
111 const uint32_t c_h = local
142 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
145 const int si = mmin(i + bsizey, c_h - i);
167 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
170 const int si = mmin(i + bsizey, c_h - i);
  /external/libvpx/libvpx/
y4minput.c 229 int c_h; local
236 c_h = (_y4m->pic_h + _y4m->dst_c_dec_v - 1) / _y4m->dst_c_dec_v;
237 c_sz = c_w * c_h;
239 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
292 int c_h; local
301 c_h = (_y4m->pic_h + _y4m->dst_c_dec_h - 1) / _y4m->dst_c_dec_h;
302 c_sz = c_w * c_h;
308 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h);
315 for (y = 0; y < OC_MINI(c_h, 3); y++) {
319 17 * tmp[OC_MINI(y + 1, c_h - 1) * c_w]
477 int c_h; local
543 int c_h; local
615 int c_h; local
697 int c_h; local
1077 int c_h; local
    [all...]
vpxenc.c 598 const uint32_t c_h = local
633 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
636 const int si = mmin(i + bsizey, c_h - i);
659 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
662 const int si = mmin(i + bsizey, c_h - i);
690 const uint32_t c_h = local
721 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
724 const int si = mmin(i + bsizey, c_h - i);
746 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
749 const int si = mmin(i + bsizey, c_h - i)
776 const uint32_t c_h = local
    [all...]

Completed in 1256 milliseconds