/external/libvpx/libvpx/test/ |
D | dct_test.cc | 422 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_10, 32, 0, VPX_BITS_10), 423 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_12, 32, 0, VPX_BITS_10), 426 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_10, 16, 0, VPX_BITS_10), 427 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_12, 16, 0, VPX_BITS_10), 430 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 8, 0, VPX_BITS_10), 431 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_12, 8, 0, VPX_BITS_10), 433 make_tuple(&vpx_highbd_fdct4x4_c, &idct4x4_10, 4, 0, VPX_BITS_10), 459 VPX_BITS_10), 463 VPX_BITS_10), 466 make_tuple(&vpx_highbd_fdct8x8_sse2, &idct8x8_10, 8, 0, VPX_BITS_10), [all …]
|
D | vp9_end_to_end_test.cc | 48 { "park_joy_90p_10_420.y4m", 10, VPX_IMG_FMT_I42016, VPX_BITS_10, 2 }, 49 { "park_joy_90p_10_422.y4m", 10, VPX_IMG_FMT_I42216, VPX_BITS_10, 3 }, 50 { "park_joy_90p_10_444.y4m", 10, VPX_IMG_FMT_I44416, VPX_BITS_10, 3 }, 51 { "park_joy_90p_10_440.yuv", 10, VPX_IMG_FMT_I44016, VPX_BITS_10, 3 },
|
D | dct_partial_test.cc | 109 make_tuple(&vpx_highbd_fdct32x32_1_c, 32, VPX_BITS_10), 112 make_tuple(&vpx_highbd_fdct16x16_1_c, 16, VPX_BITS_10), 115 make_tuple(&vpx_highbd_fdct8x8_1_c, 8, VPX_BITS_10), 143 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 | fdct8x8_test.cc | 638 make_tuple(&vpx_highbd_fdct8x8_c, &idct8x8_10, 0, VPX_BITS_10), 652 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 0, VPX_BITS_10), 653 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 1, VPX_BITS_10), 654 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 2, VPX_BITS_10), 655 make_tuple(&vp9_highbd_fht8x8_c, &iht8x8_10, 3, VPX_BITS_10), 709 12, VPX_BITS_10), 711 &idct8x8_64_add_10_sse2, 12, VPX_BITS_10), 731 VPX_BITS_10), 732 make_tuple(&idct8x8_10, &idct8x8_64_add_10_sse2, 6225, VPX_BITS_10),
|
D | dct32x32_test.cc | 301 make_tuple(&vpx_highbd_fdct32x32_c, &idct32x32_10, 0, VPX_BITS_10), 302 make_tuple(&vpx_highbd_fdct32x32_rd_c, &idct32x32_10, 1, VPX_BITS_10), 339 make_tuple(&vpx_highbd_fdct32x32_sse2, &idct32x32_10, 0, VPX_BITS_10), 341 VPX_BITS_10),
|
D | vp9_block_error_test.cc | 177 VPX_BITS_10),
|
D | vp9_quantize_test.cc | 439 VPX_BITS_10, 16, false), 445 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_10, 32, false),
|
D | variance_test.cc | 56 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 | 138 VPX_BITS_10); in vp9_init_me_luts() 155 case VPX_BITS_10: rdmult = ROUND_POWER_OF_TWO(88 * q * q / 24, 4); break; in vp9_compute_rd_mult_based_on_qindex() 187 case VPX_BITS_10: q = vp9_dc_quant(qindex, 0, VPX_BITS_10) / 16.0; break; in compute_rd_thresh_factor() 208 case VPX_BITS_10: in vp9_initialize_me_consts()
|
D | vp9_picklpf.c | 169 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_firstpass.c | 505 case VPX_BITS_10: ret_val = thresh << 4; break; in scale_sse_threshold() 531 case VPX_BITS_10: ret_val = UL_INTRA_THRESH << 2; break; in get_ul_intra_threshold() 552 case VPX_BITS_10: ret_val = SMOOTH_INTRA_THRESH << 4; break; in get_smooth_intra_threshold() 1004 case VPX_BITS_10: this_error >>= 4; break; in vp9_first_pass_encode_tile_mb_row()
|
D | vp9_ratectrl.c | 52 case VPX_BITS_10: name = name##_10; break; \ 151 inter_minq_10, rtc_minq_10, VPX_BITS_10); in vp9_rc_init_minq_luts() 166 case VPX_BITS_10: return vp9_ac_quant(qindex, 0, bit_depth) / 16.0; in vp9_convert_qindex_to_q()
|
D | vp9_bitstream.c | 134 : (bit_depth == VPX_BITS_10) ? vp9_extra_bits_high10 : vp9_extra_bits; in pack_mb_tokens() 1165 vpx_wb_write_bit(wb, cm->bit_depth == VPX_BITS_10 ? 0 : 1); in write_bitdepth_colorspace_sampling()
|
D | vp9_encoder.c | 1533 case VPX_BITS_10: in MAKE_BFP_SADAVG_WRAPPER() 3172 case VPX_BITS_10:
|
D | vp9_pickmode.c | 265 case VPX_BITS_10: in block_variance()
|
D | vp9_encodeframe.c | 4514 case VPX_BITS_10: in set_var_thresh_from_histogram()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 97 : (xd->bd == VPX_BITS_10) ? vp9_cat6_prob_high12 + 2 : in decode_coefs() 103 : (xd->bd == VPX_BITS_10) ? 16 : in decode_coefs()
|
D | vp9_decodeframe.c | 1686 cm->bit_depth = vpx_rb_read_bit(rb) ? VPX_BITS_12 : VPX_BITS_10; in read_bitdepth_colorspace_sampling()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_codec.h | 219 VPX_BITS_10 = 10, /**< 10 bits */ enumerator
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 92 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 } 293 case VPX_BITS_10: in parse_command_line()
|
D | vpx_temporal_svc_encoder.c | 631 bit_depth = VPX_BITS_10; in main()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 455 { "8", VPX_BITS_8 }, { "10", VPX_BITS_10 }, { "12", VPX_BITS_12 }, { NULL, 0 }
|