Home
last modified time | relevance | path

Searched refs:highbd (Results 1 – 21 of 21) sorted by relevance

/external/libaom/libaom/aom_util/
Ddebug_util.h53 int pixel_r, int blk_w, int blk_h, int highbd);
56 int pixel_r, int blk_w, int blk_h, int highbd);
59 int pixel_r, int blk_w, int blk_h, int highbd);
62 int pixel_r, int blk_w, int blk_h, int highbd);
Ddebug_util.c120 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_record_block_pre() argument
126 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_record_block_pre()
153 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_record_block_tx() argument
159 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_record_block_tx()
185 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_check_block_pre() argument
191 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_check_block_pre()
231 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_check_block_tx() argument
237 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_check_block_tx()
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c281 int dgd_stride, int width, int height, int highbd) { in final_filter() argument
286 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter()
293 xx_loadl_64(dgd_real + ((i * dgd_stride + j) << highbd)); in final_filter()
295 highbd ? _mm_cvtepu16_epi32(raw) : _mm_cvtepu8_epi32(raw); in final_filter()
453 int height, int highbd) { in final_filter_fast() argument
463 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter_fast()
473 xx_loadl_64(dgd_real + ((i * dgd_stride + j) << highbd)); in final_filter_fast()
475 highbd ? _mm_cvtepu16_epi32(raw) : _mm_cvtepu8_epi32(raw); in final_filter_fast()
488 xx_loadl_64(dgd_real + ((i * dgd_stride + j) << highbd)); in final_filter_fast()
490 highbd ? _mm_cvtepu16_epi32(raw) : _mm_cvtepu8_epi32(raw); in final_filter_fast()
[all …]
Dselfguided_avx2.c326 int dgd_stride, int width, int height, int highbd) { in final_filter() argument
331 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter()
339 xx_loadu_128(dgd_real + ((i * dgd_stride + j) << highbd)); in final_filter()
341 highbd ? _mm256_cvtepu16_epi32(raw) : _mm256_cvtepu8_epi32(raw); in final_filter()
496 int height, int highbd) { in final_filter_fast() argument
506 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter_fast()
517 xx_loadu_128(dgd_real + ((i * dgd_stride + j) << highbd)); in final_filter_fast()
519 highbd ? _mm256_cvtepu16_epi32(raw) : _mm256_cvtepu8_epi32(raw); in final_filter_fast()
534 xx_loadu_128(dgd_real + ((i * dgd_stride + j) << highbd)); in final_filter_fast()
536 highbd ? _mm256_cvtepu16_epi32(raw) : _mm256_cvtepu8_epi32(raw); in final_filter_fast()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_convolve_copy_sse2.asm21 %ifidn %2, highbd
33 %ifidn %2, highbd
47 %ifidn %2, highbd
188 %ifnidn %2, highbd
224 convolve_fn copy, highbd
225 convolve_fn avg, highbd
/external/libaom/libaom/av1/common/
Drestoration.c177 int border_horz, int border_vert, int highbd) { in extend_frame() argument
178 if (highbd) in extend_frame()
198 uint8_t *dst, int dst_stride, int highbd) { in copy_tile() argument
199 if (highbd) in copy_tile()
865 int bit_depth, int highbd) { in av1_selfguided_restoration_c() argument
871 if (highbd) { in av1_selfguided_restoration_c()
906 int highbd) { in apply_selfguided_restoration_c() argument
912 dat8, width, height, stride, flt0, flt1, width, eps, bit_depth, highbd); in apply_selfguided_restoration_c()
924 const uint16_t pre_u = highbd ? *CONVERT_TO_SHORTPTR(dat8ij) : *dat8ij; in apply_selfguided_restoration_c()
935 if (highbd) in apply_selfguided_restoration_c()
[all …]
Drestoration.h267 int highbd, bit_depth; member
290 int border_horz, int border_vert, int highbd);
316 int highbd, int bit_depth, uint8_t *data8, int stride, uint8_t *dst8,
/external/libaom/libaom/aom_dsp/x86/
Daom_convolve_copy_sse2.asm24 %ifidn %2, highbd
36 %ifidn %2, highbd
55 %ifidn %2, highbd
262 %ifnidn %2, highbd
297 convolve_fn copy, highbd
/external/libaom/libaom/av1/encoder/
Dpickrst.c69 int highbd) { in sse_restoration_unit() argument
70 return sse_part_extractors[3 * highbd + plane]( in sse_restoration_unit()
166 const int highbd = cm->seq_params.use_highbitdepth; in try_restoration_unit() local
176 is_uv && cm->seq_params.subsampling_y, highbd, bit_depth, in try_restoration_unit()
180 return sse_restoration_unit(limits, rsc->src, rsc->dst, plane, highbd); in try_restoration_unit()
623 const int highbd = cm->seq_params.use_highbitdepth; in search_sgrproj() local
640 rsc->src_stride, highbd, bit_depth, procunit_width, procunit_height, in search_sgrproj()
1282 const int highbd = rsc->cm->seq_params.use_highbitdepth; in search_norestore() local
1284 limits, rsc->src, &rsc->cm->cur_frame->buf, rsc->plane, highbd); in search_norestore()
1415 const int highbd = rsc.cm->seq_params.use_highbitdepth; in av1_pick_filter_restoration() local
[all …]
/external/libaom/libaom/aom_dsp/
Dpsnr.h51 const YV12_BUFFER_CONFIG *b, int plane, int highbd);
Dpsnr.c289 const YV12_BUFFER_CONFIG *b, int plane, int highbd) { in aom_get_sse_plane() argument
290 if (highbd) { in aom_get_sse_plane()
Dnoise_model.c46 GET_BLOCK_MEAN(uint16_t, highbd);
80 GET_NOISE_VAR(uint16_t, highbd);
785 EXTRACT_AR_ROW(uint16_t, highbd);
1327 DITHER_AND_QUANTIZE(uint16_t, highbd);
/external/libaom/config/arm/config/
Dav1_rtcd.h56 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd);
57 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd);
280 int sgr_params_idx, int bit_depth, int highbd);
283 int sgr_params_idx, int bit_depth, int highbd);
/external/libaom/config/arm64/config/
Dav1_rtcd.h56 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd);
57 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd);
280 int sgr_params_idx, int bit_depth, int highbd);
283 int sgr_params_idx, int bit_depth, int highbd);
/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c1347 int bit_depth, int highbd) { in av1_selfguided_restoration_neon() argument
1359 if (highbd) { in av1_selfguided_restoration_neon()
1387 int bit_depth, int highbd) { in apply_selfguided_restoration_neon() argument
1403 if (highbd) { in apply_selfguided_restoration_neon()
1488 if (highbd) { in apply_selfguided_restoration_neon()
/external/libaom/config/x86/config/
Dav1_rtcd.h56 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd);
284 int sgr_params_idx, int bit_depth, int highbd);
/external/libaom/config/x86_64/config/
Dav1_rtcd.h56 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd);
287 int sgr_params_idx, int bit_depth, int highbd);
/external/libaom/libaom/test/
Dselfguided_filter_test.cc35 int32_t *tmpbuf, int bit_depth, int highbd);
Dtest_data_util.cmake521 "invalid-oss-fuzz-10117-mc-buf-use-highbd.ivf"
522 "invalid-oss-fuzz-10117-mc-buf-use-highbd.ivf.res"
Dtest-data.sha19 c9e06c4c7fb7d69fd635a1f606a5e478d60e99cf *invalid-oss-fuzz-10117-mc-buf-use-highbd.ivf
10 88e18e61bd2b7457b4c71ebefbdff0029c41cc04 *invalid-oss-fuzz-10117-mc-buf-use-highbd.ivf.res
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c522 int do_warp, int is_intrabc, int highbd, in extend_mc_border() argument
537 if (highbd) { in extend_mc_border()
730 int highbd; in dec_build_inter_predictors() local
740 highbd = is_cur_buf_hbd(xd); in dec_build_inter_predictors()
742 subpel_y_mv, 0, is_intrabc, highbd, xd->mc_buf[ref], in dec_build_inter_predictors()
779 int highbd; in dec_build_inter_predictors() local
786 highbd = is_cur_buf_hbd(xd); in dec_build_inter_predictors()
798 do_warp, is_intrabc, highbd, xd->mc_buf[ref], &pre[ref], in dec_build_inter_predictors()