Searched refs:c_w (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/ |
D | y4minput.c | 177 int c_w; in y4m_convert_42xmpeg2_42xjpeg() local 186 c_w=(_y4m->pic_w+_y4m->dst_c_dec_h-1)/_y4m->dst_c_dec_h; 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() 242 int c_w; in y4m_convert_42xpaldv_42xjpeg() local 251 c_w=(_y4m->pic_w+1)/2; 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() 265 for(x=0;x<c_w;x++){ in y4m_convert_42xpaldv_42xjpeg() 267 _dst[y*c_w]=(unsigned char)OC_CLAMPI(0,(tmp[0] in y4m_convert_42xpaldv_42xjpeg() [all …]
|
/external/libvpx/vpx_scale/generic/ |
D | bicubic_scaler.c | 280 vpx_free(g_b_scaler.c_w); in bicubic_coefficient_destroy() 355 vpx_free(g_b_scaler.c_w); in bicubic_coefficient_setup() 361 g_b_scaler.c_w = (short *)vpx_memalign(32, g_b_scaler.nw * 4 * 2); in bicubic_coefficient_setup() 384 g_b_scaler.c_w[i*4] = c3_fixed(phase_offset_int); in bicubic_coefficient_setup() 385 g_b_scaler.c_w[i*4+1] = c2_fixed(phase_offset_int); in bicubic_coefficient_setup() 386 g_b_scaler.c_w[i*4+2] = c1_fixed(phase_offset_int); in bicubic_coefficient_setup() 387 g_b_scaler.c_w[i*4+3] = c0_fixed(phase_offset_int); in bicubic_coefficient_setup() 489 short *RESTRICT c_w, * RESTRICT c_h; in bicubic_scale() local 496 c_w = g_b_scaler.c_w; in bicubic_scale() 548 temp_sum = c_w[phase_offset_w*4] * hbuf[lw - 1]; in bicubic_scale() [all …]
|
/external/openssl/crypto/threads/ |
D | mttest.c | 429 int c_r,c_w,s_r,s_w; in doit() local 468 c_w=1; s_w=0; in doit() 483 if ((i && c_r) || c_w) do_client=1; in doit() 520 c_w=0; in doit() 526 c_w=1; in doit() 552 c_w=0; in doit() 558 c_w=1; in doit()
|
/external/libvpx/vpx_scale/include/generic/ |
D | vpxscale_arbitrary.h | 37 short *c_w; member
|
/external/openssl/ssl/ |
D | ssltest.c | 1596 int c_r,c_w,s_r,s_w; in doit() local 1630 c_w=1; s_w=0; in doit() 1643 if ((i && c_r) || c_w) do_client=1; in doit() 1683 c_w=0; in doit() 1689 c_w=1; in doit() 1719 c_w=0; in doit() 1725 c_w=1; in doit() 1796 c_w=1; in doit()
|