Searched refs:c_w (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/ |
D | y4minput.c | 231 int c_w; in y4m_convert_42xmpeg2_42xjpeg() local 238 c_w = (_y4m->pic_w + _y4m->dst_c_dec_h - 1) / _y4m->dst_c_dec_h; in y4m_convert_42xmpeg2_42xjpeg() 240 c_sz = c_w * c_h; in y4m_convert_42xmpeg2_42xjpeg() 242 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_42xmpeg2_42xjpeg() 294 int c_w; in y4m_convert_42xpaldv_42xjpeg() local 303 c_w = (_y4m->pic_w + 1) / 2; in y4m_convert_42xpaldv_42xjpeg() 305 c_sz = c_w * c_h; in y4m_convert_42xpaldv_42xjpeg() 311 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h); in y4m_convert_42xpaldv_42xjpeg() 317 for (x = 0; x < c_w; x++) { in y4m_convert_42xpaldv_42xjpeg() 319 _dst[y * c_w] = (unsigned char)OC_CLAMPI( in y4m_convert_42xpaldv_42xjpeg() [all …]
|
D | vpxenc.c | 617 const uint32_t c_w = in find_mismatch_high() local 655 for (j = 0; match && j < c_w; j += bsizex) { in find_mismatch_high() 658 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch_high() 681 for (j = 0; match && j < c_w; j += bsizex) { in find_mismatch_high() 684 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch_high() 709 const uint32_t c_w = in find_mismatch() local 743 for (j = 0; match && j < c_w; j += bsizex) { in find_mismatch() 746 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch() 768 for (j = 0; match && j < c_w; j += bsizex) { in find_mismatch() 771 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch() [all …]
|
/external/libvpx/libvpx/examples/ |
D | vp9cx_set_ref.c | 74 uint32_t c_w = (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in compare_img() local 92 c_w) == 0); in compare_img() 97 c_w) == 0); in compare_img() 109 const uint32_t c_w = in find_mismatch() local 143 for (j = 0; match && j < c_w; j += bsizex) { in find_mismatch() 146 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch() 168 for (j = 0; match && j < c_w; j += bsizex) { in find_mismatch() 171 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch()
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 104 const int c_w = ybf->uv_crop_width; 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 | 132 const int c_w = ybf->uv_crop_width; in extend_frame() local 152 extend_plane_high(ybf->u_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, in extend_frame() 154 extend_plane_high(ybf->v_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, in extend_frame() 164 extend_plane(ybf->u_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, c_er); in extend_frame() 166 extend_plane(ybf->v_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb, c_er); in extend_frame()
|