HomeSort by relevance Sort by last modified time
    Searched full:vpx_bit_depth_t (Results 1 - 25 of 29) sorted by null

1 2

  /external/libvpx/libvpx/vp9/common/
vp9_quant_common.h 26 int16_t vp9_dc_quant(int qindex, int delta, vpx_bit_depth_t bit_depth);
27 int16_t vp9_ac_quant(int qindex, int delta, vpx_bit_depth_t bit_depth);
vp9_onyxc_int.h 256 vpx_bit_depth_t bit_depth;
257 vpx_bit_depth_t dequant_bit_depth; // bit_depth of current dequantizer
vp9_quant_common.c 164 int16_t vp9_dc_quant(int qindex, int delta, vpx_bit_depth_t bit_depth) {
180 int16_t vp9_ac_quant(int qindex, int delta, vpx_bit_depth_t bit_depth) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 181 double correction_factor, vpx_bit_depth_t bit_depth);
183 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth);
185 int vp9_convert_q_to_qindex(double q_val, vpx_bit_depth_t bit_depth);
253 double correction_factor, vpx_bit_depth_t bit_depth);
267 vpx_bit_depth_t bit_depth);
273 vpx_bit_depth_t bit_depth);
vp9_rd.h 195 vpx_bit_depth_t bit_depth);
vp9_aq_complexity.c 41 static int get_aq_c_strength(int q_index, vpx_bit_depth_t bit_depth) {
vp9_rd.c 121 vpx_bit_depth_t bit_depth) {
182 static int compute_rd_thresh_factor(int qindex, vpx_bit_depth_t bit_depth) {
674 vpx_bit_depth_t bit_depth) {
vp9_ratectrl.c 114 vpx_bit_depth_t bit_depth) {
131 vpx_bit_depth_t bit_depth) {
166 double vp9_convert_qindex_to_q(int qindex, vpx_bit_depth_t bit_depth) {
182 int vp9_convert_q_to_qindex(double q_val, vpx_bit_depth_t bit_depth) {
194 double correction_factor, vpx_bit_depth_t bit_depth) {
208 vpx_bit_depth_t bit_depth) {
622 vpx_bit_depth_t bit_depth) {
632 vpx_bit_depth_t bit_depth) {
    [all...]
vp9_quantize.c 195 static int get_qzbin_factor(int q, vpx_bit_depth_t bit_depth) {
vp9_encoder.h 145 vpx_bit_depth_t bit_depth; // Codec bit-depth.
vp9_bitstream.c 128 vpx_bit_depth_t bit_depth) {
    [all...]
  /external/libvpx/libvpx/test/
vp9_block_error_test.cc 38 typedef std::tr1::tuple<HBDBlockErrorFunc, HBDBlockErrorFunc, vpx_bit_depth_t>
65 vpx_bit_depth_t bit_depth_;
vp9_quantize_test.cc 41 typedef std::tr1::tuple<QuantizeFunc, QuantizeFunc, vpx_bit_depth_t>
57 vpx_bit_depth_t bit_depth_;
76 vpx_bit_depth_t bit_depth_;
dct32x32_test.cc 69 typedef std::tr1::tuple<FwdTxfmFunc, InvTxfmFunc, int, vpx_bit_depth_t>
98 vpx_bit_depth_t bit_depth_;
297 std::tr1::tuple<FwdTxfmFunc, vpx_bit_depth_t> > {
308 vpx_bit_depth_t bit_depth_;
dct16x16_test.cc 232 typedef std::tr1::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct16x16Param;
233 typedef std::tr1::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht16x16Param;
234 typedef std::tr1::tuple<IdctFunc, IdctFunc, int, vpx_bit_depth_t>
609 vpx_bit_depth_t bit_depth_;
748 std::tr1::tuple<FdctFunc, vpx_bit_depth_t> > {
759 vpx_bit_depth_t bit_depth_;
fdct4x4_test.cc 39 typedef std::tr1::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct4x4Param;
40 typedef std::tr1::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht4x4Param;
273 vpx_bit_depth_t bit_depth_;
variance_test.cc 80 vpx_bit_depth_t bit_depth) {
117 vpx_bit_depth_t bit_depth) {
169 vpx_bit_depth_t bit_depth) {
272 bit_depth = static_cast<vpx_bit_depth_t>(bit_depth_value);
286 vpx_bit_depth_t bit_depth;
582 bit_depth_ = (vpx_bit_depth_t)get<3>(params);
635 vpx_bit_depth_t bit_depth_;
741 static_cast<vpx_bit_depth_t>(bit_depth_));
    [all...]
fdct8x8_test.cc 46 typedef std::tr1::tuple<FdctFunc, IdctFunc, int, vpx_bit_depth_t> Dct8x8Param;
47 typedef std::tr1::tuple<FhtFunc, IhtFunc, int, vpx_bit_depth_t> Ht8x8Param;
48 typedef std::tr1::tuple<IdctFunc, IdctFunc, int, vpx_bit_depth_t> Idct8x8Param;
522 vpx_bit_depth_t bit_depth_;
vp9_arf_freq_test.cc 36 vpx_bit_depth_t bit_depth;
vp9_end_to_end_test.cc 38 vpx_bit_depth_t bit_depth;
sad_test.cc 80 bit_depth_ = static_cast<vpx_bit_depth_t>(params_.bit_depth);
223 vpx_bit_depth_t bit_depth_;
    [all...]
  /external/libvpx/libvpx/
tools_common.h 97 vpx_bit_depth_t bit_depth;
  /external/libvpx/libvpx/vpx/
vpx_codec.h 220 } vpx_bit_depth_t; typedef in typeref:enum:vpx_bit_depth
vpx_encoder.h 335 * vpx_bit_depth_t enum.
337 vpx_bit_depth_t g_bit_depth;
    [all...]
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 520 vpx_bit_depth_t bit_depth = VPX_BITS_8;
    [all...]

Completed in 1354 milliseconds

1 2