Home
last modified time | relevance | path

Searched defs:tmp_row (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format.c779 uint8_t *tmp_row; in util_format_translate() local
810 int *tmp_row; in util_format_translate() local
841 unsigned int *tmp_row; in util_format_translate() local
871 float *tmp_row; in util_format_translate() local
/aosp_15_r20/external/libaom/aom_dsp/flow_estimation/x86/
H A Ddisflow_sse4.c138 int16_t *tmp_row = &tmp[i * DISFLOW_PATCH_SIZE]; in compute_flow_vector() local
195 int16_t *tmp_row = &tmp[i * DISFLOW_PATCH_SIZE]; in compute_flow_vector() local
H A Ddisflow_avx2.c141 int16_t *tmp_row = &tmp[i * DISFLOW_PATCH_SIZE]; in compute_flow_vector() local
204 int16_t *tmp_row = &tmp[i * DISFLOW_PATCH_SIZE]; in compute_flow_vector() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSoftMax.cpp483 std::vector<scalar_t> tmp_row(nvalues, 0); in cpu_sparse_coo_softmax_backward() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSoftMax.cu181 scalar_t tmp_row{0}; in cuda_sparse_coo_softmax_backward_kernel() local
/aosp_15_r20/external/webp/src/enc/
H A Dvp8l_enc.c1319 uint8_t* const tmp_row = (uint8_t*)WebPSafeMalloc(width, sizeof(*tmp_row)); in ApplyPalette() local