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

  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 38 PROFILE_1,
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 325 if (cfg->g_profile > (unsigned int)PROFILE_1) {
329 if (cfg->g_profile <= (unsigned int)PROFILE_1 &&
333 if (cfg->g_profile <= (unsigned int)PROFILE_1 && cfg->g_input_bit_depth > 8) {
336 if (cfg->g_profile > (unsigned int)PROFILE_1 &&
354 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1) {
363 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1 &&
    [all...]
vp9_dx_iface.c 110 if (profile == PROFILE_1 || profile == PROFILE_3) {
115 if (profile == PROFILE_1 || profile == PROFILE_3) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c     [all...]
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 501 milliseconds