Home
last modified time | relevance | path

Searched refs:slice_height (Results 1 – 5 of 5) sorted by relevance

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dvideo_frame.cpp112 size_t slice_height = coded_size_.height; in CopyAndConvertToI420Frame() local
118 src += stride * slice_height; in CopyAndConvertToI420Frame()
124 src += stride * slice_height / 4; in CopyAndConvertToI420Frame()
140 src += stride * slice_height / 4; in CopyAndConvertToI420Frame()
Dmediacodec_decoder.cpp490 int32_t slice_height = 0; in GetOutputFormat() local
491 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()
/external/XNNPACK/src/xnnpack/
Doperator.h185 size_t slice_height; member
/external/XNNPACK/src/
Doperator-run.c207 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()
/external/XNNPACK/src/operators/
Ddeconvolution-nhwc.c645 …subconvolution_params->slice_height = divide_round_up(output_height - output_y_start, stride_heigh… in setup_subconv2d_path()