HomeSort by relevance Sort by last modified time
    Searched refs:AOM_BITS_10 (Results 1 - 24 of 24) sorted by null

  /external/libaom/libaom/test/
masked_variance_test.cc 391 &aom_highbd_10_masked_sub_pixel_variance128x128_c, AOM_BITS_10),
393 &aom_highbd_10_masked_sub_pixel_variance128x64_c, AOM_BITS_10),
395 &aom_highbd_10_masked_sub_pixel_variance64x128_c, AOM_BITS_10),
397 &aom_highbd_10_masked_sub_pixel_variance64x64_c, AOM_BITS_10),
399 &aom_highbd_10_masked_sub_pixel_variance64x32_c, AOM_BITS_10),
401 &aom_highbd_10_masked_sub_pixel_variance32x64_c, AOM_BITS_10),
403 &aom_highbd_10_masked_sub_pixel_variance32x32_c, AOM_BITS_10),
405 &aom_highbd_10_masked_sub_pixel_variance32x16_c, AOM_BITS_10),
407 &aom_highbd_10_masked_sub_pixel_variance16x32_c, AOM_BITS_10),
409 &aom_highbd_10_masked_sub_pixel_variance16x16_c, AOM_BITS_10),
    [all...]
end_to_end_test.cc 67 { "park_joy_90p_10_420.y4m", 10, AOM_IMG_FMT_I42016, AOM_BITS_10, 0 },
68 { "park_joy_90p_10_422.y4m", 10, AOM_IMG_FMT_I42216, AOM_BITS_10, 2 },
69 { "park_joy_90p_10_444.y4m", 10, AOM_IMG_FMT_I44416, AOM_BITS_10, 1 },
fwht4x4_test.cc 95 AOM_BITS_10, 16),
quantize_func_test.cc 351 TYPE_FP, AOM_BITS_10),
360 TYPE_FP, AOM_BITS_10),
369 TYPE_FP, AOM_BITS_10),
376 TYPE_B, AOM_BITS_10),
402 TYPE_B, AOM_BITS_10),
408 TX_32X32, TYPE_B, AOM_BITS_10),
414 TX_64X64, TYPE_B, AOM_BITS_10),
error_block_test.cc 229 &av1_highbd_block_error_c, AOM_BITS_10),
242 &av1_highbd_block_error_c, AOM_BITS_10),
dr_prediction_test.cc 346 NULL, AOM_BITS_10, kZ1Start),
352 NULL, AOM_BITS_10, kZ2Start),
358 NULL, AOM_BITS_10, kZ3Start),
412 AOM_BITS_10, kZ1Start),
426 AOM_BITS_10, kZ2Start),
438 AOM_BITS_10, kZ3Start),
wiener_test.cc 348 else if (bit_depth == AOM_BITS_10)
547 RunWienerTest(WIENER_WIN, 1, AOM_BITS_10);
548 RunWienerTest(WIENER_WIN_CHROMA, 1, AOM_BITS_10);
556 RunWienerTest_ExtremeValues(WIENER_WIN, AOM_BITS_10);
557 RunWienerTest_ExtremeValues(WIENER_WIN_CHROMA, AOM_BITS_10);
565 RunWienerTest(WIENER_WIN, 200, AOM_BITS_10);
566 RunWienerTest(WIENER_WIN_CHROMA, 200, AOM_BITS_10);
horz_superres_test.cc 45 { "park_joy_90p_10_444.y4m", AOM_IMG_FMT_I44416, AOM_BITS_10, 1, 5, 0, 28.0 },
variance_test.cc 66 case AOM_BITS_10:
    [all...]
  /external/libaom/libaom/av1/common/
quant_common.c 197 case AOM_BITS_10: return dc_qlookup_10_Q3[q_clamped];
200 assert(0 && "bit_depth should be AOM_BITS_8, AOM_BITS_10 or AOM_BITS_12");
209 case AOM_BITS_10: return ac_qlookup_10_Q3[q_clamped];
212 assert(0 && "bit_depth should be AOM_BITS_8, AOM_BITS_10 or AOM_BITS_12");
    [all...]
  /external/libaom/libaom/aom/
aom_codec.h 226 AOM_BITS_10 = 10, /**< 10 bits */
  /external/libaom/libaom/av1/encoder/
rd.c 339 AOM_BITS_10);
356 case AOM_BITS_10: rdmult = ROUND_POWER_OF_TWO(rdmult, 4); break;
359 assert(0 && "bit_depth should be AOM_BITS_8, AOM_BITS_10 or AOM_BITS_12");
387 case AOM_BITS_10:
413 case AOM_BITS_10: q = av1_dc_quant_Q3(qindex, 0, AOM_BITS_10) / 16.0; break;
416 assert(0 && "bit_depth should be AOM_BITS_8, AOM_BITS_10 or AOM_BITS_12");
429 case AOM_BITS_10:
438 assert(0 && "bit_depth should be AOM_BITS_8, AOM_BITS_10 or AOM_BITS_12");
    [all...]
picklpf.c 236 case AOM_BITS_10:
244 "bit_depth should be AOM_BITS_8, AOM_BITS_10 "
ratectrl.c 53 case AOM_BITS_10: name = name##_10; break; \
57 "bit_depth should be AOM_BITS_8, AOM_BITS_10" \
131 inter_minq_10, rtc_minq_10, AOM_BITS_10);
144 case AOM_BITS_10: return av1_ac_quant_Q3(qindex, 0, bit_depth) / 16.0;
147 assert(0 && "bit_depth should be AOM_BITS_8, AOM_BITS_10 or AOM_BITS_12");
    [all...]
firstpass.c 487 case AOM_BITS_10: this_error >>= 4; break;
492 "AOM_BITS_10 or AOM_BITS_12");
av1_quantize.c 573 case AOM_BITS_10: return q == 0 ? 64 : (quant < 592 ? 84 : 80);
576 assert(0 && "bit_depth should be AOM_BITS_8, AOM_BITS_10 or AOM_BITS_12");
    [all...]
encoder.c     [all...]
pickrst.c 728 else if (bit_depth == AOM_BITS_10)
    [all...]
bitstream.c     [all...]
  /external/libaom/libaom/av1/encoder/x86/
pickrst_avx2.c 237 else if (bit_depth == AOM_BITS_10)
337 else if (bit_depth == AOM_BITS_10)
    [all...]
pickrst_sse4.c 247 else if (bit_depth == AOM_BITS_10)
347 else if (bit_depth == AOM_BITS_10)
    [all...]
  /external/libaom/libaom/apps/
aomenc.c 192 { "8", AOM_BITS_8 }, { "10", AOM_BITS_10 }, { "12", AOM_BITS_12 }, { NULL, 0 }
    [all...]
  /external/libaom/libaom/av1/
av1_cx_iface.c 425 cfg->g_bit_depth > AOM_BITS_10) {
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c     [all...]

Completed in 1613 milliseconds