Searched refs:x_count (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/encoder/arm/ |
D | ihevce_hme_utils_neon.c | 236 WORD32 x_count, y_count; in hme_get_wt_inp_8x8_neon() local 246 x_count = MIN(size, (ps_curr_layer->i4_wd - pos_x)); in hme_get_wt_inp_8x8_neon() 290 if(x_count != size) in hme_get_wt_inp_8x8_neon() 292 hme_pad_right(pu1_dst + x_count - 1, dst_stride, size - x_count, y_count); in hme_get_wt_inp_8x8_neon() 357 if(x_count != size) in hme_get_wt_inp_8x8_neon() 359 hme_pad_right(pu1_dst + x_count - 1, dst_stride, size - x_count, y_count); in hme_get_wt_inp_8x8_neon() 371 if(x_count != size) in hme_get_wt_inp_8x8_neon() 373 hme_pad_right(pu1_dst + x_count - 1, dst_stride, size - x_count, y_count); in hme_get_wt_inp_8x8_neon() 396 WORD32 x_count, y_count; in hme_get_wt_inp_ctb_neon() local 402 x_count = MIN(size, (ps_curr_layer->i4_wd - pos_x)); in hme_get_wt_inp_ctb_neon() [all …]
|
/external/freetype/src/pfr/ |
D | pfrgload.c | 255 FT_UInt flags, x_count, y_count, i, count, mask; in pfr_glyph_load_simple() local 266 x_count = 0; in pfr_glyph_load_simple() 273 x_count = count & 15; in pfr_glyph_load_simple() 281 x_count = PFR_NEXT_BYTE( p ); in pfr_glyph_load_simple() 291 count = x_count + y_count; in pfr_glyph_load_simple() 307 glyph->y_control = glyph->x_control + x_count; in pfr_glyph_load_simple() 393 if ( format_low >= x_count ) in pfr_glyph_load_simple() 445 if ( idx >= x_count ) in pfr_glyph_load_simple()
|
/external/libchrome/base/metrics/ |
D | histogram_base.cc | 180 int x_count = static_cast<int>(k_line_length * (current_size / max_size) in WriteAsciiBucketGraph() local 182 int x_remainder = k_line_length - x_count; in WriteAsciiBucketGraph() 184 while (0 < x_count--) in WriteAsciiBucketGraph()
|
/external/libhevc/encoder/ |
D | hme_utils.c | 2120 S32 x_count, y_count; in hme_get_wt_inp() local 2134 x_count = MIN(size, (ps_curr_layer->i4_wd - pos_x)); in hme_get_wt_inp() 2159 for(j = 0; j < x_count; j++) in hme_get_wt_inp() 2177 for(j = 0; j < x_count; j++) in hme_get_wt_inp() 2193 if(x_count != size) in hme_get_wt_inp() 2195 hme_pad_right(pu1_dst + x_count - 1, dst_stride, size - x_count, y_count); in hme_get_wt_inp()
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 1692 SKC_RASTERIZE_FLOAT const x_count = skc_subgroup_shuffle(x_segs,x_source); 1695 SKC_RASTERIZE_PREDICATE const is_x_last = (x_delta >= x_count);
|