/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 117 make_tuple(&vpx_highbd_fdct32x32_1_c, 32, VPX_BITS_10), 120 make_tuple(&vpx_highbd_fdct16x16_1_c, 16, VPX_BITS_10), 123 make_tuple(&vpx_highbd_fdct8x8_1_c, 8, VPX_BITS_10), 151 make_tuple(&vpx_fdct8x8_1_neon, 8, VPX_BITS_10),
|
D | dct16x16_test.cc | 631 case VPX_BITS_10: inv_txfm_ref = idct16x16_10_ref; break; in SetUp() 683 case VPX_BITS_10: inv_txfm_ref = iht16x16_10; break; in SetUp() 753 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_10, 0, VPX_BITS_10), 767 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_10, 0, VPX_BITS_10), 768 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_10, 1, VPX_BITS_10), 769 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_10, 2, VPX_BITS_10), 770 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_10, 3, VPX_BITS_10), 817 make_tuple(&vpx_highbd_fdct16x16_sse2, &idct16x16_10, 0, VPX_BITS_10), 819 VPX_BITS_10), 838 &idct16x16_10_add_10_sse2, 3167, VPX_BITS_10), [all …]
|
D | vp9_end_to_end_test.cc | 51 { "park_joy_90p_10_420_20f.y4m", 10, VPX_IMG_FMT_I42016, VPX_BITS_10, 2 }, 52 { "park_joy_90p_10_422_20f.y4m", 10, VPX_IMG_FMT_I42216, VPX_BITS_10, 3 }, 53 { "park_joy_90p_10_444_20f.y4m", 10, VPX_IMG_FMT_I44416, VPX_BITS_10, 3 }, 54 { "park_joy_90p_10_440.yuv", 10, VPX_IMG_FMT_I44016, VPX_BITS_10, 3 },
|
D | fdct8x8_test.cc | 639 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 0, VPX_BITS_10), 653 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 0, VPX_BITS_10), 654 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 1, VPX_BITS_10), 655 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 2, VPX_BITS_10), 656 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 3, VPX_BITS_10), 711 12, VPX_BITS_10), 713 &idct8x8_64_add_10_sse2, 12, VPX_BITS_10), 733 VPX_BITS_10), 734 make_tuple(&idct8x8_10, &idct8x8_64_add_10_sse2, 6225, VPX_BITS_10),
|
D | dct32x32_test.cc | 323 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_10, 0, VPX_BITS_10), 324 make_tuple(&vpx_highbd_fdct32x32_rd_c, &idct32x32_10, 1, VPX_BITS_10), 361 make_tuple(&vpx_highbd_fdct32x32_sse2, &idct32x32_10, 0, VPX_BITS_10), 363 VPX_BITS_10),
|
D | dct_test.cc | 482 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12))); 514 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12))); 628 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12))); 654 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12))); 687 ::testing::Values(VPX_BITS_8, VPX_BITS_10, 735 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12)));
|
D | vp9_block_error_test.cc | 178 VPX_BITS_10),
|
D | vp9_quantize_test.cc | 486 VPX_BITS_10, 16, false), 492 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_10, 32, false),
|
D | variance_test.cc | 45 case VPX_BITS_10: in RoundHighBitDepth()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_quant_common.c | 168 case VPX_BITS_10: return dc_qlookup_10[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant() 184 case VPX_BITS_10: return ac_qlookup_10[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 183 VPX_BITS_10); in vp9_init_me_luts() 224 case VPX_BITS_10: rdmult = ROUND_POWER_OF_TWO(rdmult, 4); break; in vp9_compute_rd_mult_based_on_qindex() 266 case VPX_BITS_10: q = vp9_dc_quant(qindex, 0, VPX_BITS_10) / 16.0; break; in compute_rd_thresh_factor() 287 case VPX_BITS_10: in vp9_initialize_me_consts()
|
D | vp9_picklpf.c | 180 case VPX_BITS_10: in vp9_pick_filter_level()
|
D | vp9_quantize.c | 206 case VPX_BITS_10: return q == 0 ? 64 : (quant < 592 ? 84 : 80); in get_qzbin_factor()
|
D | vp9_bitstream.c | 139 : (bit_depth == VPX_BITS_10) ? vp9_extra_bits_high10 : vp9_extra_bits; in pack_mb_tokens() 1183 vpx_wb_write_bit(wb, cm->bit_depth == VPX_BITS_10 ? 0 : 1); in write_bitdepth_colorspace_sampling()
|
D | vp9_firstpass.c | 494 case VPX_BITS_10: ret_val = thresh << 4; break; in scale_sse_threshold() 519 case VPX_BITS_10: ret_val = UL_INTRA_THRESH << 2; break; in get_ul_intra_threshold() 539 case VPX_BITS_10: ret_val = SMOOTH_INTRA_THRESH << 4; break; in get_smooth_intra_threshold() 970 case VPX_BITS_10: this_error >>= 4; break; in vp9_first_pass_encode_tile_mb_row()
|
D | vp9_ratectrl.c | 55 case VPX_BITS_10: name = name##_10; break; \ 152 inter_minq_10, rtc_minq_10, VPX_BITS_10); in vp9_rc_init_minq_luts() 167 case VPX_BITS_10: return vp9_ac_quant(qindex, 0, bit_depth) / 16.0; in vp9_convert_qindex_to_q()
|
D | vp9_pickmode.c | 285 case VPX_BITS_10: in block_variance()
|
D | vp9_encoder.c | 1723 case VPX_BITS_10: in MAKE_BFP_SADAVG_WRAPPER() 3532 case VPX_BITS_10:
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 219 VPX_BITS_10 = 10, /**< 10 bits */ enumerator
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 138 : (xd->bd == VPX_BITS_10) ? vp9_cat6_prob_high12 + 2 : in decode_coefs() 144 : (xd->bd == VPX_BITS_10) ? 16 : in decode_coefs()
|
D | vp9_decodeframe.c | 2576 cm->bit_depth = vpx_rb_read_bit(rb) ? VPX_BITS_12 : VPX_BITS_10; in read_bitdepth_colorspace_sampling()
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 111 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 } 330 case VPX_BITS_10: in parse_command_line()
|
D | vpx_temporal_svc_encoder.c | 674 bit_depth = VPX_BITS_10; in main()
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 537 config_->g_bit_depth = VPX_BITS_10; in InitEncode()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 430 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 }
|