Searched refs:slice_height (Results 1 – 5 of 5) sorted by relevance
112 size_t slice_height = coded_size_.height; in CopyAndConvertToI420Frame() local118 src += stride * slice_height; in CopyAndConvertToI420Frame()124 src += stride * slice_height / 4; in CopyAndConvertToI420Frame()140 src += stride * slice_height / 4; in CopyAndConvertToI420Frame()
490 int32_t slice_height = 0; in GetOutputFormat() local491 if (!AMediaFormat_getInt32(format, FORMAT_KEY_SLICE_HEIGHT, &slice_height)) { in GetOutputFormat()493 slice_height = height; in GetOutputFormat()497 callback(Size(stride, slice_height), in GetOutputFormat()
185 size_t slice_height; member
207 if XNN_UNLIKELY(slice_y >= subconvolution_params->slice_height) { in xnn_compute_grouped_subgemm2d()244 if XNN_UNLIKELY(slice_y >= subconvolution_params->slice_height) { in xnn_compute_subgemm2d()282 if XNN_UNLIKELY(slice_y >= subconvolution_params->slice_height) { in xnn_compute_grouped_subconv2d()320 if XNN_UNLIKELY(slice_y >= subconvolution_params->slice_height) { in xnn_compute_subconv2d()
645 …subconvolution_params->slice_height = divide_round_up(output_height - output_y_start, stride_heigh… in setup_subconv2d_path()