/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 116 ::testing::Values(make_tuple(&vpx_highbd_fdct32x32_1_c, 32, VPX_BITS_12), 119 make_tuple(&vpx_highbd_fdct16x16_1_c, 16, VPX_BITS_12), 122 make_tuple(&vpx_highbd_fdct8x8_1_c, 8, VPX_BITS_12), 150 make_tuple(&vpx_fdct8x8_1_neon, 8, VPX_BITS_12),
|
D | dct16x16_test.cc | 632 case VPX_BITS_12: inv_txfm_ref = idct16x16_12_ref; break; in SetUp() 684 case VPX_BITS_12: inv_txfm_ref = iht16x16_12; break; in SetUp() 754 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_12, 0, VPX_BITS_12), 771 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_12, 0, VPX_BITS_12), 772 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_12, 1, VPX_BITS_12), 773 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_12, 2, VPX_BITS_12), 774 make_tuple(&vp9_highbd_fht16x16_c, &iht16x16_12, 3, VPX_BITS_12), 820 make_tuple(&vpx_highbd_fdct16x16_sse2, &idct16x16_12, 0, VPX_BITS_12), 822 VPX_BITS_12), 842 &idct16x16_10_add_12_sse2, 3167, VPX_BITS_12), [all …]
|
D | vp9_end_to_end_test.cc | 55 { "park_joy_90p_12_420_20f.y4m", 12, VPX_IMG_FMT_I42016, VPX_BITS_12, 2 }, 56 { "park_joy_90p_12_422_20f.y4m", 12, VPX_IMG_FMT_I42216, VPX_BITS_12, 3 }, 57 { "park_joy_90p_12_444_20f.y4m", 12, VPX_IMG_FMT_I44416, VPX_BITS_12, 3 }, 58 { "park_joy_90p_12_440.yuv", 12, VPX_IMG_FMT_I44016, VPX_BITS_12, 3 },
|
D | fdct8x8_test.cc | 640 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_12, 0, VPX_BITS_12))); 657 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 0, VPX_BITS_12), 658 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 1, VPX_BITS_12), 659 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 2, VPX_BITS_12), 660 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_12, 3, VPX_BITS_12), 715 12, VPX_BITS_12), 717 &idct8x8_64_add_12_sse2, 12, VPX_BITS_12))); 736 VPX_BITS_12), 737 make_tuple(&idct8x8_12, &idct8x8_64_add_12_sse2, 6225, VPX_BITS_12)));
|
D | dct32x32_test.cc | 325 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_12, 0, VPX_BITS_12), 326 make_tuple(&vpx_highbd_fdct32x32_rd_c, &idct32x32_12, 1, VPX_BITS_12), 364 make_tuple(&vpx_highbd_fdct32x32_sse2, &idct32x32_12, 0, VPX_BITS_12), 366 VPX_BITS_12),
|
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))); 688 VPX_BITS_12))); 735 ::testing::Values(VPX_BITS_8, VPX_BITS_10, VPX_BITS_12)));
|
D | vp9_block_error_test.cc | 180 VPX_BITS_12),
|
D | vp9_quantize_test.cc | 488 VPX_BITS_12, 16, false), 494 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_12, 32, false)));
|
D | avg_test.cc | 366 FillConstant((1 << VPX_BITS_12) - 1); in TEST_P() 371 bit_depth_ = VPX_BITS_12; in TEST_P()
|
D | variance_test.cc | 41 case VPX_BITS_12: in RoundHighBitDepth()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_quant_common.c | 169 case VPX_BITS_12: return dc_qlookup_12[clamp(qindex + delta, 0, MAXQ)]; in vp9_dc_quant() 185 case VPX_BITS_12: return ac_qlookup_12[clamp(qindex + delta, 0, MAXQ)]; in vp9_ac_quant()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 185 VPX_BITS_12); in vp9_init_me_luts() 225 case VPX_BITS_12: rdmult = ROUND_POWER_OF_TWO(rdmult, 8); break; in vp9_compute_rd_mult_based_on_qindex() 268 assert(bit_depth == VPX_BITS_12); in compute_rd_thresh_factor() 269 q = vp9_dc_quant(qindex, 0, VPX_BITS_12) / 64.0; in compute_rd_thresh_factor() 292 assert(cpi->common.bit_depth == VPX_BITS_12); in vp9_initialize_me_consts()
|
D | vp9_picklpf.c | 184 assert(cm->bit_depth == VPX_BITS_12); in vp9_pick_filter_level()
|
D | vp9_quantize.c | 208 assert(bit_depth == VPX_BITS_12); in get_qzbin_factor()
|
D | vp9_firstpass.c | 496 assert(cm->bit_depth == VPX_BITS_12); in scale_sse_threshold() 521 assert(cm->bit_depth == VPX_BITS_12); in get_ul_intra_threshold() 541 assert(cm->bit_depth == VPX_BITS_12); in get_smooth_intra_threshold() 972 assert(cm->bit_depth == VPX_BITS_12); in vp9_first_pass_encode_tile_mb_row()
|
D | vp9_ratectrl.c | 57 assert(bit_depth == VPX_BITS_12); \ 155 inter_minq_12, rtc_minq_12, VPX_BITS_12); in vp9_rc_init_minq_luts() 169 assert(bit_depth == VPX_BITS_12); in vp9_convert_qindex_to_q()
|
D | vp9_bitstream.c | 137 (bit_depth == VPX_BITS_12) in pack_mb_tokens()
|
D | vp9_pickmode.c | 290 case VPX_BITS_12: in block_variance()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 220 VPX_BITS_12 = 12, /**< 12 bits */ enumerator
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 136 (xd->bd == VPX_BITS_12) in decode_coefs() 143 (xd->bd == VPX_BITS_12) ? 18 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 } 334 case VPX_BITS_12: in parse_command_line()
|
D | vpx_temporal_svc_encoder.c | 678 bit_depth = VPX_BITS_12; in main()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 430 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 }
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 286 RANGE_CHECK(cfg, g_bit_depth, VPX_BITS_8, VPX_BITS_12); in validate_config()
|