Searched refs:c_h (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/ |
D | y4minput.c | 178 int c_h; in y4m_convert_42xmpeg2_42xjpeg() local 187 c_h=(_y4m->pic_h+_y4m->dst_c_dec_v-1)/_y4m->dst_c_dec_v; in y4m_convert_42xmpeg2_42xjpeg() 188 c_sz=c_w*c_h; in y4m_convert_42xmpeg2_42xjpeg() 190 y4m_42xmpeg2_42xjpeg_helper(_dst,_aux,c_w,c_h); in y4m_convert_42xmpeg2_42xjpeg() 243 int c_h; in y4m_convert_42xpaldv_42xjpeg() local 252 c_h=(_y4m->pic_h+_y4m->dst_c_dec_h-1)/_y4m->dst_c_dec_h; in y4m_convert_42xpaldv_42xjpeg() 253 c_sz=c_w*c_h; in y4m_convert_42xpaldv_42xjpeg() 259 y4m_42xmpeg2_42xjpeg_helper(tmp,_aux,c_w,c_h); in y4m_convert_42xpaldv_42xjpeg() 266 for(y=0;y<OC_MINI(c_h,3);y++){ in y4m_convert_42xpaldv_42xjpeg() 269 +114*tmp[y*c_w]-17*tmp[OC_MINI(y+1,c_h-1)*c_w] in y4m_convert_42xpaldv_42xjpeg() [all …]
|
/external/libvpx/vpx_scale/generic/ |
D | bicubic_scaler.c | 282 if (g_b_scaler.c_h) vpx_free(g_b_scaler.c_h); in bicubic_coefficient_destroy() 357 if (g_b_scaler.c_h) vpx_free(g_b_scaler.c_h); in bicubic_coefficient_setup() 362 g_b_scaler.c_h = (short *)vpx_memalign(32, g_b_scaler.nh * 4 * 2); in bicubic_coefficient_setup() 404 g_b_scaler.c_h[i*4] = c0_fixed(phase_offset_int); in bicubic_coefficient_setup() 405 g_b_scaler.c_h[i*4+1] = c1_fixed(phase_offset_int); in bicubic_coefficient_setup() 406 g_b_scaler.c_h[i*4+2] = c2_fixed(phase_offset_int); in bicubic_coefficient_setup() 407 g_b_scaler.c_h[i*4+3] = c3_fixed(phase_offset_int); in bicubic_coefficient_setup() 489 short *RESTRICT c_w, * RESTRICT c_h; in bicubic_scale() local 497 c_h = g_b_scaler.c_h; in bicubic_scale() 524 temp_sum = c_h[phase_offset_h*4+3] * ip[w - in_stride]; in bicubic_scale() [all …]
|
/external/libvpx/vpx_scale/dm642/ |
D | bicubic_scaler_c64.c | 25 short *restrict c_w, * restrict c_h; in bicubic_scale_c64() local 34 c_h = g_b_scaler.c_h; in bicubic_scale_c64() 49 coeff = _memd8_const(&c_h[phase_offset_h*4]); in bicubic_scale_c64()
|
/external/libvpx/vpx_scale/include/generic/ |
D | vpxscale_arbitrary.h | 38 short *c_h; member
|