Searched refs:PROFILE_2 (Results 1 – 11 of 11) sorted by relevance
315 #define PROFILE_2 (1 << 2) macro361 if (profile & ~PROFILE_2) in enable_board_pin_mux()365 if (profile & ~(PROFILE_2 | PROFILE_3)) in enable_board_pin_mux()368 else if (profile == PROFILE_2) { in enable_board_pin_mux()
39 PROFILE_2, enumerator
91 PROFILE_2, enumerator
77 if (profile >= PROFILE_2) rb->bit_offset += 1; // Bit-depth 10 or 12. in parse_bitdepth_colorspace_sampling()
1166 case PROFILE_2: vpx_wb_write_literal(wb, 1, 2); break; in write_profile()1176 if (cm->profile >= PROFILE_2) { in write_bitdepth_colorspace_sampling()
5062 if ((cm->profile == PROFILE_0 || cm->profile == PROFILE_2) &&
2121 if (cm->profile >= PROFILE_2) { in read_bitdepth_colorspace_sampling()2200 if (cm->profile >= PROFILE_2) in read_uncompressed_header()2503 *p_data_end = data + (cm->profile <= PROFILE_2 ? 1 : 2); in vp9_decode_frame()
2325 if (seq_params->profile == PROFILE_2 && seq_params->bit_depth != AOM_BITS_8) { in write_bitdepth()2359 (seq_params->profile == PROFILE_2 && in write_color_config()2370 } else if (seq_params->profile == PROFILE_2) { in write_color_config()
5307 if ((seq_params->profile == PROFILE_2) && in av1_receive_raw_frame()
4210 if (seq_params->profile == PROFILE_2 && high_bitdepth) { in read_bitdepth()4213 } else if (seq_params->profile <= PROFILE_2) { in read_bitdepth()4433 (seq_params->profile == PROFILE_2 && in av1_read_color_config()4449 assert(seq_params->profile == PROFILE_2); in av1_read_color_config()
501 if (ctx->cfg.g_profile != (unsigned int)PROFILE_2) { in validate_img()