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

  /external/libvpx/libvpx/
y4minput.c 232 int c_h; local
239 c_h = (_y4m->pic_h + _y4m->dst_c_dec_v - 1) / _y4m->dst_c_dec_v;
240 c_sz = c_w * c_h;
242 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
295 int c_h; local
304 c_h = (_y4m->pic_h + _y4m->dst_c_dec_h - 1) / _y4m->dst_c_dec_h;
305 c_sz = c_w * c_h;
311 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h);
318 for (y = 0; y < OC_MINI(c_h, 3); y++) {
323 17 * tmp[OC_MINI(y + 1, c_h - 1) * c_w]
486 int c_h; local
552 int c_h; local
624 int c_h; local
711 int c_h; local
1093 int c_h; local
    [all...]
vpxenc.c 619 const uint32_t c_h = local
654 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
657 const int si = mmin(i + bsizey, c_h - i);
680 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
683 const int si = mmin(i + bsizey, c_h - i);
711 const uint32_t c_h = local
742 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
745 const int si = mmin(i + bsizey, c_h - i);
767 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
770 const int si = mmin(i + bsizey, c_h - i)
797 const uint32_t c_h = local
    [all...]
  /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/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/vpx_scale/generic/
yv12extend.c 133 const int c_h = ybf->uv_crop_height; local
152 extend_plane_high(ybf->u_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb,
154 extend_plane_high(ybf->v_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb,
164 extend_plane(ybf->u_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, c_er);
166 extend_plane(ybf->v_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, c_er);
  /art/runtime/jdwp/
object_registry.h 80 JDWP::RefTypeId AddRefType(Handle<mirror::Class> c_h)
object_registry.cc 49 JDWP::RefTypeId ObjectRegistry::AddRefType(Handle<mirror::Class> c_h) {
50 return Add(c_h);
  /cts/apps/CameraITS/tests/rolling_shutter_skew/
test_rolling_shutter_skew.py 558 c_h = max(cluster, key=lambda c: c.y + c.r)
563 h = (c_h.y + c_h.r + avg_distance) - y

Completed in 280 milliseconds