Home
last modified time | relevance | path

Searched refs:temp_stride (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/libgav1/src/dsp/
Dloop_restoration.cc475 const auto temp_stride = Align<ptrdiff_t>(width, 8); in BoxFilterProcess() local
476 const ptrdiff_t sum_stride = temp_stride + 8; in BoxFilterProcess()
491 ma343[i] = ma343[i - 1] + temp_stride; in BoxFilterProcess()
492 b343[i] = b343[i - 1] + temp_stride; in BoxFilterProcess()
503 ma444[i] = ma444[i - 1] + temp_stride; in BoxFilterProcess()
504 b444[i] = b444[i - 1] + temp_stride; in BoxFilterProcess()
507 ma565[1] = ma565[0] + temp_stride; in BoxFilterProcess()
509 b565[1] = b565[0] + temp_stride; in BoxFilterProcess()
595 const auto temp_stride = Align<ptrdiff_t>(width, 8); in BoxFilterProcessPass1() local
596 const ptrdiff_t sum_stride = temp_stride + 8; in BoxFilterProcessPass1()
[all …]
/external/libgav1/libgav1/src/dsp/arm/
Dloop_restoration_neon.cc1609 const auto temp_stride = Align<ptrdiff_t>(width, 8); in BoxFilterProcess() local
1610 const ptrdiff_t sum_stride = temp_stride + 8; in BoxFilterProcess()
1625 ma343[i] = ma343[i - 1] + temp_stride; in BoxFilterProcess()
1626 b343[i] = b343[i - 1] + temp_stride; in BoxFilterProcess()
1637 ma444[i] = ma444[i - 1] + temp_stride; in BoxFilterProcess()
1638 b444[i] = b444[i - 1] + temp_stride; in BoxFilterProcess()
1641 ma565[1] = ma565[0] + temp_stride; in BoxFilterProcess()
1643 b565[1] = b565[0] + temp_stride; in BoxFilterProcess()
1688 const auto temp_stride = Align<ptrdiff_t>(width, 8); in BoxFilterProcessPass1() local
1689 const ptrdiff_t sum_stride = temp_stride + 8; in BoxFilterProcessPass1()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.h48 unsigned temp_stride; /**< Stride of the compressed texture storage. */ member
Dst_cb_texture.c342 unsigned stride = *rowStrideOut = itransfer->temp_stride = in st_MapTextureImage()
388 itransfer->temp_stride, in st_UnmapTextureImage()
395 itransfer->temp_stride, in st_UnmapTextureImage()
402 itransfer->temp_stride, in st_UnmapTextureImage()
411 itransfer->temp_stride = 0; in st_UnmapTextureImage()
/external/libhevc/decoder/
Dihevcd_process_slice.c284 WORD32 temp_stride = (ps_sps->i2_pic_wd_in_ctb - ps_slice_hdr->i2_ctb_x); in ihevcd_ctb_pos_update() local
285 if(ps_proc->i4_ctb_slice_x >= (temp_stride + ps_tile->u2_wd + ps_tile->u1_pos_x)) in ihevcd_ctb_pos_update()
/external/libhevc/encoder/
Dhme_refine.c155 WORD32 temp_stride, in ihevce_no_wt_copy() argument
179 for(row = 0; row < temp_stride; row++) in ihevce_no_wt_copy()
181 for(col = 0; col < temp_stride; col++) in ihevce_no_wt_copy()
188 pu1_temp_pred += temp_stride; in ihevce_no_wt_copy()
205 for(row = 0; row < temp_stride; row++) in ihevce_no_wt_copy()
207 for(col = 0; col < temp_stride; col++) in ihevce_no_wt_copy()
214 pu1_temp_pred += temp_stride; in ihevce_no_wt_copy()