Searched refs:PROFILE_2 (Results 1 – 10 of 10) sorted by relevance
39 PROFILE_2, enumerator
86 PROFILE_2, enumerator
77 if (profile >= PROFILE_2) rb->bit_offset += 1; // Bit-depth 10 or 12. in parse_bitdepth_colorspace_sampling()
1171 case PROFILE_2: vpx_wb_write_literal(wb, 1, 2); break; in write_profile()1181 if (cm->profile >= PROFILE_2) { in write_bitdepth_colorspace_sampling()
5419 if ((cm->profile == PROFILE_0 || cm->profile == PROFILE_2) &&
2575 if (cm->profile >= PROFILE_2) { in read_bitdepth_colorspace_sampling()2654 if (cm->profile >= PROFILE_2) in read_uncompressed_header()2970 *p_data_end = data + (cm->profile <= PROFILE_2 ? 1 : 2); in vp9_decode_frame()
2372 if (seq_params->profile == PROFILE_2 && seq_params->bit_depth != AOM_BITS_8) { in write_bitdepth()2406 (seq_params->profile == PROFILE_2 && in write_color_config()2417 } else if (seq_params->profile == PROFILE_2) { in write_color_config()
6692 if ((seq_params->profile == PROFILE_2) && in av1_receive_raw_frame()
3838 if (seq_params->profile == PROFILE_2 && high_bitdepth) { in read_bitdepth()3841 } else if (seq_params->profile <= PROFILE_2) { in read_bitdepth()4068 (seq_params->profile == PROFILE_2 && in av1_read_color_config()4084 assert(seq_params->profile == PROFILE_2); in av1_read_color_config()
586 if (ctx->cfg.g_profile != (unsigned int)PROFILE_2) { in validate_img()