Home
last modified time | relevance | path

Searched refs:t_int8_t (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dmvpred.c191 …int type_col[2] = { h->fref[1][0]->mb_type.t_int8_t[mb_xy], h->fref[1][0]->mb_type.t_int8_t[mb_xy]… in x264_mb_predict_mv_direct16x16_temporal()
212 type_col[0] = h->fref[1][0]->mb_type.t_int8_t[mb_xy]; in x264_mb_predict_mv_direct16x16_temporal()
213 type_col[1] = h->fref[1][0]->mb_type.t_int8_t[mb_xy + h->mb.i_mb_stride]; in x264_mb_predict_mv_direct16x16_temporal()
233 type_col[0] = type_col[1] = h->fref[1][0]->mb_type.t_int8_t[mb_xy]; in x264_mb_predict_mv_direct16x16_temporal()
363 …int type_col[2] = { h->fref[1][0]->mb_type.t_int8_t[mb_xy], h->fref[1][0]->mb_type.t_int8_t[mb_xy]… in x264_mb_predict_mv_direct16x16_spatial()
378 type_col[0] = h->fref[1][0]->mb_type.t_int8_t[mb_xy]; in x264_mb_predict_mv_direct16x16_spatial()
379 type_col[1] = h->fref[1][0]->mb_type.t_int8_t[mb_xy + h->mb.i_mb_stride]; in x264_mb_predict_mv_direct16x16_spatial()
397 type_col[0] = type_col[1] = h->fref[1][0]->mb_type.t_int8_t[mb_xy]; in x264_mb_predict_mv_direct16x16_spatial()
H A Dmacroblock.c469 h->mb.type = h->fdec->mb_type.t_int8_t; in x264_macroblock_slice_init()
862 x264_prefetch( &h->mb.skipbp.t_int8_t[top] ); in x264_macroblock_cache_load_neighbours()
1459 if( h->mb.mb_transform_size.t_int8_t[left] ) in x264_macroblock_deblock_strength_mbaff()
1669 if( h->mb.mb_transform_size.t_int8_t[left[0]] ) in x264_macroblock_deblock_strength()
1675 if( h->mb.mb_transform_size.t_int8_t[left[1]] ) in x264_macroblock_deblock_strength()
1826 h->mb.qp.t_int8_t[i_mb_xy] = 0; in x264_macroblock_cache_save()
1839 h->mb.qp.t_int8_t[i_mb_xy] = h->mb.i_qp; in x264_macroblock_cache_save()
1863 h->mb.mb_transform_size.t_int8_t[i_mb_xy] = h->mb.b_transform_8x8; in x264_macroblock_cache_save()
1946 h->mb.skipbp.t_int8_t[i_mb_xy] = 0xf; in x264_macroblock_cache_save()
1953 h->mb.skipbp.t_int8_t[i_mb_xy] = skipbp; in x264_macroblock_cache_save()
[all …]
H A Dcommon.h738 int8_t *t_int8_t; /* mb qp */ member
763 … int8_t *t_int8_t; /* chroma_pred_mode. cabac only. for non intra I_PRED_CHROMA_DC(0) */ member
774 …int8_t *t_int8_t; /* block pattern for SKIP or DIRECT (sub)mbs. B-frames + cabac on… member
780 int8_t *t_int8_t; /* transform_size_8x8_flag of each mb */ member
H A Ddeblock.c436 transform_8x8 = h->mb.mb_transform_size.t_int8_t[mb_xy]; in x264_frame_deblock_row()
451 qp = h->mb.qp.t_int8_t[mb_xy]; in x264_frame_deblock_row()
534 left_qp[0] = h->mb.qp.t_int8_t[h->mb.i_mb_left_xy[0]]; in x264_frame_deblock_row()
554 left_qp[1] = h->mb.qp.t_int8_t[h->mb.i_mb_left_xy[1]]; in x264_frame_deblock_row()
574 int qpl = h->mb.qp.t_int8_t[h->mb.i_mb_xy-1]; in x264_frame_deblock_row()
612 int qpt = h->mb.qp.t_int8_t[mbn_xy]; in x264_frame_deblock_row()
632 int qpt = h->mb.qp.t_int8_t[h->mb.i_mb_top_xy]; in x264_frame_deblock_row()
H A Dframe.h99 int8_t *t_int8_t; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dmvpred.c191 …int type_col[2] = { h->fref[1][0]->mb_type.t_int8_t[mb_xy], h->fref[1][0]->mb_type.t_int8_t[mb_xy]… in x264_mb_predict_mv_direct16x16_temporal()
212 type_col[0] = h->fref[1][0]->mb_type.t_int8_t[mb_xy]; in x264_mb_predict_mv_direct16x16_temporal()
213 type_col[1] = h->fref[1][0]->mb_type.t_int8_t[mb_xy + h->mb.i_mb_stride]; in x264_mb_predict_mv_direct16x16_temporal()
233 type_col[0] = type_col[1] = h->fref[1][0]->mb_type.t_int8_t[mb_xy]; in x264_mb_predict_mv_direct16x16_temporal()
363 …int type_col[2] = { h->fref[1][0]->mb_type.t_int8_t[mb_xy], h->fref[1][0]->mb_type.t_int8_t[mb_xy]… in x264_mb_predict_mv_direct16x16_spatial()
378 type_col[0] = h->fref[1][0]->mb_type.t_int8_t[mb_xy]; in x264_mb_predict_mv_direct16x16_spatial()
379 type_col[1] = h->fref[1][0]->mb_type.t_int8_t[mb_xy + h->mb.i_mb_stride]; in x264_mb_predict_mv_direct16x16_spatial()
397 type_col[0] = type_col[1] = h->fref[1][0]->mb_type.t_int8_t[mb_xy]; in x264_mb_predict_mv_direct16x16_spatial()
H A Dmacroblock.c469 h->mb.type = h->fdec->mb_type.t_int8_t; in x264_macroblock_slice_init()
862 x264_prefetch( &h->mb.skipbp.t_int8_t[top] ); in x264_macroblock_cache_load_neighbours()
1459 if( h->mb.mb_transform_size.t_int8_t[left] ) in x264_macroblock_deblock_strength_mbaff()
1669 if( h->mb.mb_transform_size.t_int8_t[left[0]] ) in x264_macroblock_deblock_strength()
1675 if( h->mb.mb_transform_size.t_int8_t[left[1]] ) in x264_macroblock_deblock_strength()
1826 h->mb.qp.t_int8_t[i_mb_xy] = 0; in x264_macroblock_cache_save()
1839 h->mb.qp.t_int8_t[i_mb_xy] = h->mb.i_qp; in x264_macroblock_cache_save()
1863 h->mb.mb_transform_size.t_int8_t[i_mb_xy] = h->mb.b_transform_8x8; in x264_macroblock_cache_save()
1946 h->mb.skipbp.t_int8_t[i_mb_xy] = 0xf; in x264_macroblock_cache_save()
1953 h->mb.skipbp.t_int8_t[i_mb_xy] = skipbp; in x264_macroblock_cache_save()
[all …]
H A Dcommon.h738 int8_t *t_int8_t; /* mb qp */ member
763 … int8_t *t_int8_t; /* chroma_pred_mode. cabac only. for non intra I_PRED_CHROMA_DC(0) */ member
774 …int8_t *t_int8_t; /* block pattern for SKIP or DIRECT (sub)mbs. B-frames + cabac on… member
780 int8_t *t_int8_t; /* transform_size_8x8_flag of each mb */ member
H A Ddeblock.c436 transform_8x8 = h->mb.mb_transform_size.t_int8_t[mb_xy]; in x264_frame_deblock_row()
451 qp = h->mb.qp.t_int8_t[mb_xy]; in x264_frame_deblock_row()
534 left_qp[0] = h->mb.qp.t_int8_t[h->mb.i_mb_left_xy[0]]; in x264_frame_deblock_row()
554 left_qp[1] = h->mb.qp.t_int8_t[h->mb.i_mb_left_xy[1]]; in x264_frame_deblock_row()
574 int qpl = h->mb.qp.t_int8_t[h->mb.i_mb_xy-1]; in x264_frame_deblock_row()
612 int qpt = h->mb.qp.t_int8_t[mbn_xy]; in x264_frame_deblock_row()
632 int qpt = h->mb.qp.t_int8_t[h->mb.i_mb_top_xy]; in x264_frame_deblock_row()
H A Dframe.h99 int8_t *t_int8_t; member
/dports/audio/fossmixer/detroit-0.2.3/examples/gui_vesmir/
H A Dcatalog.h21 uint32_t t_int8_t; /* Size of int8_t */ member
H A Dcatalog.c98 c.t_int8_t = (uint32_t) sizeof(int8_t); in catalog_header()
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dcabac.c104 … if( (h->mb.i_neighbour & MB_LEFT) && h->mb.chroma_pred_mode.t_int8_t[h->mb.i_mb_left_xy[0]] != 0 ) in x264_cabac_intra_chroma_pred_mode()
106 if( (h->mb.i_neighbour & MB_TOP) && h->mb.chroma_pred_mode.t_int8_t[h->mb.i_mb_top_xy] != 0 ) in x264_cabac_intra_chroma_pred_mode()
1099 if( (h->mb.i_neighbour & MB_LEFT) && !h->mb.mb_transform_size.t_int8_t[h->mb.i_mb_left_xy[0]] )\ in x264_macroblock_write_cabac_internal()
1108 if( (h->mb.i_neighbour & MB_LEFT) && !h->mb.mb_transform_size.t_int8_t[h->mb.i_mb_left_xy[1]] )\ in x264_macroblock_write_cabac_internal()
1117 if( (h->mb.i_neighbour & MB_TOP) && !h->mb.mb_transform_size.t_int8_t[h->mb.i_mb_top_xy] )\ in x264_macroblock_write_cabac_internal()
H A Danalyse.c602 … (h->sh.i_type == SLICE_TYPE_P && IS_INTRA( h->fref[0][0]->mb_type.t_int8_t[h->mb.i_mb_xy] )) || in x264_mb_analyse_init()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dcabac.c104 … if( (h->mb.i_neighbour & MB_LEFT) && h->mb.chroma_pred_mode.t_int8_t[h->mb.i_mb_left_xy[0]] != 0 ) in x264_cabac_intra_chroma_pred_mode()
106 if( (h->mb.i_neighbour & MB_TOP) && h->mb.chroma_pred_mode.t_int8_t[h->mb.i_mb_top_xy] != 0 ) in x264_cabac_intra_chroma_pred_mode()
1099 if( (h->mb.i_neighbour & MB_LEFT) && !h->mb.mb_transform_size.t_int8_t[h->mb.i_mb_left_xy[0]] )\ in x264_macroblock_write_cabac_internal()
1108 if( (h->mb.i_neighbour & MB_LEFT) && !h->mb.mb_transform_size.t_int8_t[h->mb.i_mb_left_xy[1]] )\ in x264_macroblock_write_cabac_internal()
1117 if( (h->mb.i_neighbour & MB_TOP) && !h->mb.mb_transform_size.t_int8_t[h->mb.i_mb_top_xy] )\ in x264_macroblock_write_cabac_internal()
H A Danalyse.c602 … (h->sh.i_type == SLICE_TYPE_P && IS_INTRA( h->fref[0][0]->mb_type.t_int8_t[h->mb.i_mb_xy] )) || in x264_mb_analyse_init()