Searched refs:get_uv_mode (Results 1 – 6 of 6) sorted by relevance
278 static INLINE PREDICTION_MODE get_uv_mode(UV_PREDICTION_MODE mode) { in get_uv_mode() function655 (plane_type == PLANE_TYPE_Y) ? mbmi->mode : get_uv_mode(mbmi->uv_mode); in intra_mode_to_tx_type()
1601 (plane == AOM_PLANE_Y) ? mbmi->mode : get_uv_mode(mbmi->uv_mode); in av1_predict_intra_block_facade()
806 (use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode))) in read_intra_frame_mode_info()1071 use_angle_delta && av1_is_directional_mode(get_uv_mode(mbmi->uv_mode)) in read_intra_block_mode_info()
1020 if (use_angle_delta && av1_is_directional_mode(get_uv_mode(uv_mode))) { in write_intra_prediction_modes()
890 if (av1_is_directional_mode(get_uv_mode(uv_mode)) && in sum_intra_stats()
4160 if (av1_is_directional_mode(get_uv_mode(mode))) { in intra_mode_info_cost_uv()6464 const int is_directional_mode = av1_is_directional_mode(get_uv_mode(mode)); in rd_pick_intra_sbuv_mode()