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

  /external/libvpx/
y4minput.c 178 int c_h; local
187 c_h=(_y4m->pic_h+_y4m->dst_c_dec_v-1)/_y4m->dst_c_dec_v;
188 c_sz=c_w*c_h;
190 y4m_42xmpeg2_42xjpeg_helper(_dst,_aux,c_w,c_h);
243 int c_h; local
252 c_h=(_y4m->pic_h+_y4m->dst_c_dec_h-1)/_y4m->dst_c_dec_h;
253 c_sz=c_w*c_h;
259 y4m_42xmpeg2_42xjpeg_helper(tmp,_aux,c_w,c_h);
266 for(y=0;y<OC_MINI(c_h,3);y++){
269 +114*tmp[y*c_w]-17*tmp[OC_MINI(y+1,c_h-1)*c_w
394 int c_h; local
462 int c_h; local
537 int c_h; local
600 int c_h; local
827 int c_h; local
    [all...]
  /external/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 38 short *c_h; member in struct:__anon8531
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 282 vpx_free(g_b_scaler.c_h);
357 vpx_free(g_b_scaler.c_h);
362 g_b_scaler.c_h = (short *)vpx_memalign(32, g_b_scaler.nh * 4 * 2);
404 g_b_scaler.c_h[i*4] = c0_fixed(phase_offset_int);
405 g_b_scaler.c_h[i*4+1] = c1_fixed(phase_offset_int);
406 g_b_scaler.c_h[i*4+2] = c2_fixed(phase_offset_int);
407 g_b_scaler.c_h[i*4+3] = c3_fixed(phase_offset_int);
489 short *RESTRICT c_w, * RESTRICT c_h; local
497 c_h = g_b_scaler.c_h;
    [all...]

Completed in 47 milliseconds