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

  /external/libvpx/libvpx/
y4minput.c 177 int c_h; local
184 c_h=(_y4m->pic_h+_y4m->dst_c_dec_v-1)/_y4m->dst_c_dec_v;
185 c_sz=c_w*c_h;
187 y4m_42xmpeg2_42xjpeg_helper(_dst,_aux,c_w,c_h);
240 int c_h; local
249 c_h=(_y4m->pic_h+_y4m->dst_c_dec_h-1)/_y4m->dst_c_dec_h;
250 c_sz=c_w*c_h;
256 y4m_42xmpeg2_42xjpeg_helper(tmp,_aux,c_w,c_h);
263 for(y=0;y<OC_MINI(c_h,3);y++){
266 +114*tmp[y*c_w]-17*tmp[OC_MINI(y+1,c_h-1)*c_w
391 int c_h; local
457 int c_h; local
529 int c_h; local
592 int c_h; local
817 int c_h; local
    [all...]
  /external/libvpx/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 37 short *c_h; member in struct:__anon11017
  /external/libvpx/libvpx/vpx_scale/generic/
bicubic_scaler.c 266 vpx_free(g_b_scaler.c_h);
340 vpx_free(g_b_scaler.c_h);
345 g_b_scaler.c_h = (short *)vpx_memalign(32, g_b_scaler.nh * 4 * 2);
385 g_b_scaler.c_h[i * 4] = c0_fixed(phase_offset_int);
386 g_b_scaler.c_h[i * 4 + 1] = c1_fixed(phase_offset_int);
387 g_b_scaler.c_h[i * 4 + 2] = c2_fixed(phase_offset_int);
388 g_b_scaler.c_h[i * 4 + 3] = c3_fixed(phase_offset_int);
463 short *RESTRICT c_w, * RESTRICT c_h; local
471 c_h = g_b_scaler.c_h;
    [all...]

Completed in 77 milliseconds