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