Home
last modified time | relevance | path

Searched refs:width_log2 (Results 1 – 16 of 16) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpickcdef.c250 int *width_log2, int *height_log2, in init_src_params() argument
255 *width_log2 = MI_SIZE_LOG2 + mi_size_wide_log2[bsize]; in init_src_params()
270 int src_stride, width, height, width_log2, height_log2; in compute_cdef_dist_highbd() local
271 init_src_params(&src_stride, &width, &height, &width_log2, &height_log2, in compute_cdef_dist_highbd()
277 &dst_buff[(by << height_log2) * dstride + (bx << width_log2)], dstride, in compute_cdef_dist_highbd()
278 &src[bi << (height_log2 + width_log2)], src_stride, width, height); in compute_cdef_dist_highbd()
293 int src_stride, width, height, width_log2, height_log2; in compute_cdef_dist() local
294 init_src_params(&src_stride, &width, &height, &width_log2, &height_log2, in compute_cdef_dist()
300 &dst_buff[(by << height_log2) * dstride + (bx << width_log2)], dstride, in compute_cdef_dist()
301 &src[bi << (height_log2 + width_log2)], src_stride, width, height); in compute_cdef_dist()
/external/skqp/src/compute/hs/cl/
Dhs_cl_target.h26 uint8_t width_log2; member
Dhs_cl.c1085 hs->slab_keys = target->config.slab.height << target->config.slab.width_log2; in hs_cl_create()
/external/skqp/src/compute/hs/vk/
Dhs_vk_target.h28 uint8_t width_log2; member
Dhs_vk.c945 hs->slab_keys = target->config.slab.height << target->config.slab.width_log2; in hs_vk_create()
/external/skqp/src/compute/hs/vk/bench/
Dmain.c533 uint32_t const slab_size = hs_target->config.slab.height << hs_target->config.slab.width_log2; in main()
1078 1u<<hs_target->config.slab.width_log2, in main()
1092 hs_debug_u32(1u<<hs_target->config.slab.width_log2, in main()
1097 hs_debug_u32(1u<<hs_target->config.slab.width_log2, in main()
1104 hs_debug_u64(1u<<hs_target->config.slab.width_log2, in main()
1109 hs_debug_u64(1u<<hs_target->config.slab.width_log2, in main()
/external/skqp/src/compute/hs/cl/intel/gen8/u64/
Dhs_intel_gen8_u64.c39 .width_log2 = HS_SLAB_WIDTH_LOG2,
/external/skqp/src/compute/hs/cl/intel/gen8/u32/
Dhs_intel_gen8_u32.c39 .width_log2 = HS_SLAB_WIDTH_LOG2,
/external/skqp/src/compute/hs/vk/amd/gcn/u64/
Dhs_amd_gcn_u64.c25 .width_log2 = HS_SLAB_WIDTH_LOG2,
/external/skqp/src/compute/hs/vk/amd/gcn/u32/
Dhs_amd_gcn_u32.c25 .width_log2 = HS_SLAB_WIDTH_LOG2,
/external/skqp/src/compute/hs/vk/intel/gen8/u64/
Dhs_intel_gen8_u64.c25 .width_log2 = HS_SLAB_WIDTH_LOG2,
/external/skqp/src/compute/hs/vk/intel/gen8/u32/
Dhs_intel_gen8_u32.c25 .width_log2 = HS_SLAB_WIDTH_LOG2,
/external/skqp/src/compute/hs/vk/nvidia/sm_35/u64/
Dhs_nvidia_sm35_u64.c25 .width_log2 = HS_SLAB_WIDTH_LOG2,
/external/skqp/src/compute/hs/vk/nvidia/sm_35/u32/
Dhs_nvidia_sm35_u32.c25 .width_log2 = HS_SLAB_WIDTH_LOG2,
/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_sse4.cc67 template <int width_log2, int height_log2, DcSumFunc top_sumfn,
91 template <int width_log2, int height_log2, DcSumFunc top_sumfn,
93 void DcPredFuncs_SSE4_1<width_log2, height_log2, top_sumfn, left_sumfn, storefn,
98 const __m128i rounder = _mm_set1_epi32(1 << (width_log2 - 1)); in DcTop()
100 const __m128i dc = _mm_srli_epi32(_mm_add_epi32(sum, rounder), width_log2); in DcTop()
104 template <int width_log2, int height_log2, DcSumFunc top_sumfn,
106 void DcPredFuncs_SSE4_1<width_log2, height_log2, top_sumfn, left_sumfn, storefn,
117 template <int width_log2, int height_log2, DcSumFunc top_sumfn,
119 void DcPredFuncs_SSE4_1<width_log2, height_log2, top_sumfn, left_sumfn, storefn,
124 _mm_set1_epi32((1 << (width_log2 - 1)) + (1 << (height_log2 - 1))); in Dc()
[all …]
/external/skqp/src/compute/hs/cl/bench/
Dmain.c693 uint32_t const kpb = hs_target->config.slab.height << hs_target->config.slab.width_log2; in main()
750 1 << hs_target->config.slab.width_log2, in main()