Home
last modified time | relevance | path

Searched refs:x_count (Results 1 – 8 of 8) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_hme_utils_neon.c236 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/
Dpfrgload.c254 FT_UInt flags, x_count, y_count, i, count, mask; in pfr_glyph_load_simple() local
265 x_count = 0; in pfr_glyph_load_simple()
272 x_count = count & 15; in pfr_glyph_load_simple()
280 x_count = PFR_NEXT_BYTE( p ); in pfr_glyph_load_simple()
290 count = x_count + y_count; in pfr_glyph_load_simple()
306 glyph->y_control = glyph->x_control + x_count; in pfr_glyph_load_simple()
392 if ( format_low >= x_count ) in pfr_glyph_load_simple()
444 if ( idx >= x_count ) in pfr_glyph_load_simple()
/external/libchrome/base/metrics/
Dhistogram_base.cc180 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/cronet/base/metrics/
Dhistogram_base.cc224 void HistogramBase::WriteAsciiBucketGraph(double x_count, in WriteAsciiBucketGraph() argument
227 int x_remainder = line_length - x_count; in WriteAsciiBucketGraph()
229 while (0 < x_count--) in WriteAsciiBucketGraph()
Dhistogram_samples.cc416 void HistogramSamples::WriteAsciiBucketGraph(double x_count, in WriteAsciiBucketGraph() argument
419 int x_remainder = line_length - x_count; in WriteAsciiBucketGraph()
421 while (0 < x_count--) in WriteAsciiBucketGraph()
Dhistogram_base.h328 void WriteAsciiBucketGraph(double x_count,
Dhistogram_samples.h230 void WriteAsciiBucketGraph(double x_count,
/external/libhevc/encoder/
Dhme_utils.c2120 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()