/external/libvpx/libvpx/vpx_util/ |
D | vpx_debug_util.h | 54 int highbd); 57 int highbd); 60 int highbd); 63 int highbd);
|
D | vpx_debug_util.c | 119 int highbd) { in mismatch_record_block_pre() argument 120 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_record_block_pre() 154 int highbd) { in mismatch_record_block_tx() argument 155 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_record_block_tx() 188 int highbd) { in mismatch_check_block_pre() argument 189 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_check_block_pre() 236 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/aom_util/ |
D | debug_util.h | 53 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);
|
D | debug_util.c | 124 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_record_block_pre() argument 130 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_record_block_pre() 157 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_record_block_tx() argument 163 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_record_block_tx() 189 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_check_block_pre() argument 195 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_check_block_pre() 235 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_check_block_tx() argument 241 const uint16_t *src16 = highbd ? CONVERT_TO_SHORTPTR(src) : NULL; in mismatch_check_block_tx()
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 282 int dgd_stride, int width, int height, int highbd) { in final_filter() argument 287 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter() 294 xx_loadl_64(dgd_real + ((i * dgd_stride + j) << highbd)); in final_filter() 296 highbd ? _mm_cvtepu16_epi32(raw) : _mm_cvtepu8_epi32(raw); in final_filter() 455 int height, int highbd) { in final_filter_fast() argument 465 highbd ? (const uint8_t *)CONVERT_TO_SHORTPTR(dgd8) : dgd8; in final_filter_fast() 475 xx_loadl_64(dgd_real + ((i * dgd_stride + j) << highbd)); in final_filter_fast() 477 highbd ? _mm_cvtepu16_epi32(raw) : _mm_cvtepu8_epi32(raw); in final_filter_fast() 490 xx_loadl_64(dgd_real + ((i * dgd_stride + j) << highbd)); in final_filter_fast() 492 highbd ? _mm_cvtepu16_epi32(raw) : _mm_cvtepu8_epi32(raw); in final_filter_fast() [all …]
|
D | selfguided_avx2.c | 326 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/ |
D | vpx_convolve_copy_sse2.asm | 21 %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/ |
D | restoration.c | 185 int border_horz, int border_vert, int highbd) { in av1_extend_frame() argument 187 if (highbd) { in av1_extend_frame() 193 (void)highbd; in av1_extend_frame() 204 uint8_t *dst, int dst_stride, int highbd) { in copy_tile() argument 206 if (highbd) { in copy_tile() 212 (void)highbd; in copy_tile() 874 int bit_depth, int highbd) { in av1_selfguided_restoration_c() argument 880 if (highbd) { in av1_selfguided_restoration_c() 915 int bit_depth, int highbd) { in av1_apply_selfguided_restoration_c() argument 921 dat8, width, height, stride, flt0, flt1, width, eps, bit_depth, highbd); in av1_apply_selfguided_restoration_c() [all …]
|
D | restoration.h | 268 int highbd, bit_depth; member 291 int border_horz, int border_vert, int highbd); 317 int highbd, int bit_depth, uint8_t *data8, int stride, uint8_t *dst8,
|
/external/libaom/libaom/aom_dsp/x86/ |
D | aom_convolve_copy_sse2.asm | 24 %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/ |
D | pickrst.c | 93 int highbd) { in sse_restoration_unit() argument 94 return sse_part_extractors[3 * highbd + plane]( in sse_restoration_unit() 101 int highbd) { in var_restoration_unit() argument 102 return var_part_extractors[3 * highbd + plane]( in var_restoration_unit() 203 const int highbd = cm->seq_params.use_highbitdepth; in try_restoration_unit() local 213 is_uv && cm->seq_params.subsampling_y, highbd, bit_depth, in try_restoration_unit() 217 return sse_restoration_unit(limits, rsc->src, rsc->dst, plane, highbd); in try_restoration_unit() 878 const int highbd = cm->seq_params.use_highbitdepth; in search_sgrproj() local 905 rsc->src_stride, highbd, bit_depth, procunit_width, procunit_height, in search_sgrproj() 1473 const int highbd = rsc->cm->seq_params.use_highbitdepth; in search_wiener() local [all …]
|
/external/libaom/libaom/aom_dsp/ |
D | psnr.h | 57 const YV12_BUFFER_CONFIG *b, int plane, int highbd);
|
D | psnr.c | 334 const YV12_BUFFER_CONFIG *b, int plane, int highbd) { in aom_get_sse_plane() argument 336 if (highbd) { in aom_get_sse_plane() 352 (void)highbd; in aom_get_sse_plane()
|
D | noise_model.c | 46 GET_BLOCK_MEAN(uint16_t, highbd); 80 GET_NOISE_VAR(uint16_t, highbd); 791 EXTRACT_AR_ROW(uint16_t, highbd); 1333 DITHER_AND_QUANTIZE(uint16_t, highbd);
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 79 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd); 80 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd); 324 int sgr_params_idx, int bit_depth, int highbd); 327 int sgr_params_idx, int bit_depth, int highbd);
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 79 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd); 80 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd); 324 int sgr_params_idx, int bit_depth, int highbd); 327 int sgr_params_idx, int bit_depth, int highbd);
|
/external/libaom/libaom/av1/common/arm/ |
D | selfguided_neon.c | 1408 int bit_depth, int highbd) { in av1_selfguided_restoration_neon() argument 1421 if (highbd) { in av1_selfguided_restoration_neon() 1436 (void)highbd; in av1_selfguided_restoration_neon() 1456 int bit_depth, int highbd) { in av1_apply_selfguided_restoration_neon() argument 1473 if (highbd) { in av1_apply_selfguided_restoration_neon() 1488 (void)highbd; in av1_apply_selfguided_restoration_neon() 1565 if (highbd) { in av1_apply_selfguided_restoration_neon()
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 79 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd); 329 int sgr_params_idx, int bit_depth, int highbd);
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 79 …int eps, const int *xqd, uint8_t *dst, int dst_stride, int32_t *tmpbuf, int bit_depth, int highbd); 332 int sgr_params_idx, int bit_depth, int highbd);
|
/external/libaom/libaom/test/ |
D | selfguided_filter_test.cc | 36 int32_t *tmpbuf, int bit_depth, int highbd);
|
D | test_data_util.cmake | 531 "invalid-oss-fuzz-10117-mc-buf-use-highbd.ivf" 532 "invalid-oss-fuzz-10117-mc-buf-use-highbd.ivf.res"
|
D | test-data.sha1 | 13 c9e06c4c7fb7d69fd635a1f606a5e478d60e99cf *invalid-oss-fuzz-10117-mc-buf-use-highbd.ivf 14 88e18e61bd2b7457b4c71ebefbdff0029c41cc04 *invalid-oss-fuzz-10117-mc-buf-use-highbd.ivf.res
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 507 int do_warp, int is_intrabc, int highbd, in extend_mc_border() argument 523 if (highbd) { in extend_mc_border() 532 (void)highbd; in extend_mc_border()
|