Home
last modified time | relevance | path

Searched refs:x_count (Results 1 – 7 of 7) 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.c255 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/
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/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Ddata_feeder.py862 x_count = x.count().compute()[0]
863 x_shape = (x_count, len(self._x.columns))
864 y_shape = (x_count, len(self._y.columns))
870 self.sample_fraction = self._batch_size / float(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()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl1692 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);
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl1692 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);