Home
last modified time | relevance | path

Searched refs:topright_ref (Results 1 – 25 of 25) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264_mvpred.h41 const int topright_ref = h->ref_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() local
56 if (topright_ref == PART_NOT_AVAILABLE in fetch_diagonal_mv()
76 if (topright_ref != PART_NOT_AVAILABLE) { in fetch_diagonal_mv()
78 return topright_ref; in fetch_diagonal_mv()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh264_mvpred.h41 const int topright_ref = h->ref_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() local
56 if (topright_ref == PART_NOT_AVAILABLE in fetch_diagonal_mv()
76 if (topright_ref != PART_NOT_AVAILABLE) { in fetch_diagonal_mv()
78 return topright_ref; in fetch_diagonal_mv()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_mvpred.h43 const int topright_ref = sl->ref_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() local
58 if (topright_ref == PART_NOT_AVAILABLE in fetch_diagonal_mv()
78 if (topright_ref != PART_NOT_AVAILABLE) { in fetch_diagonal_mv()
80 return topright_ref; in fetch_diagonal_mv()
H A Dsvq3.c359 const int topright_ref = s->ref_cache[list][i - 8 + part_width]; in svq3_fetch_diagonal_mv() local
361 if (topright_ref != PART_NOT_AVAILABLE) { in svq3_fetch_diagonal_mv()
363 return topright_ref; in svq3_fetch_diagonal_mv()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_mvpred.h43 const int topright_ref = sl->ref_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() local
58 if (topright_ref == PART_NOT_AVAILABLE in fetch_diagonal_mv()
78 if (topright_ref != PART_NOT_AVAILABLE) { in fetch_diagonal_mv()
80 return topright_ref; in fetch_diagonal_mv()
H A Dsvq3.c359 const int topright_ref = s->ref_cache[list][i - 8 + part_width]; in svq3_fetch_diagonal_mv() local
361 if (topright_ref != PART_NOT_AVAILABLE) { in svq3_fetch_diagonal_mv()
363 return topright_ref; in svq3_fetch_diagonal_mv()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_mvpred.h42 const int topright_ref = sl->ref_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() local
57 if (topright_ref == PART_NOT_AVAILABLE in fetch_diagonal_mv()
77 if (topright_ref != PART_NOT_AVAILABLE) { in fetch_diagonal_mv()
79 return topright_ref; in fetch_diagonal_mv()
H A Dsvq3.c362 const int topright_ref = s->ref_cache[list][i - 8 + part_width]; in svq3_fetch_diagonal_mv() local
364 if (topright_ref != PART_NOT_AVAILABLE) { in svq3_fetch_diagonal_mv()
366 return topright_ref; in svq3_fetch_diagonal_mv()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h42 const int topright_ref = sl->ref_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() local
57 if (topright_ref == PART_NOT_AVAILABLE in fetch_diagonal_mv()
77 if (topright_ref != PART_NOT_AVAILABLE) { in fetch_diagonal_mv()
79 return topright_ref; in fetch_diagonal_mv()
H A Dsvq3.c364 const int topright_ref = s->ref_cache[list][i - 8 + part_width]; in svq3_fetch_diagonal_mv() local
366 if (topright_ref != PART_NOT_AVAILABLE) { in svq3_fetch_diagonal_mv()
368 return topright_ref; in svq3_fetch_diagonal_mv()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h42 const int topright_ref = sl->ref_cache[list][i - 8 + part_width]; in fetch_diagonal_mv() local
57 if (topright_ref == PART_NOT_AVAILABLE in fetch_diagonal_mv()
77 if (topright_ref != PART_NOT_AVAILABLE) { in fetch_diagonal_mv()
79 return topright_ref; in fetch_diagonal_mv()
H A Dsvq3.c358 const int topright_ref = s->ref_cache[list][i - 8 + part_width]; in svq3_fetch_diagonal_mv() local
360 if (topright_ref != PART_NOT_AVAILABLE) { in svq3_fetch_diagonal_mv()
362 return topright_ref; in svq3_fetch_diagonal_mv()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmvpred.c54 i_refc = h->mb.cache.topright_ref[i_list][0]; in x264_mb_predict_mv()
59 i_refc = h->mb.cache.topright_ref[i_list][1]; in x264_mb_predict_mv()
64 i_refc = h->mb.cache.topright_ref[i_list][2]; in x264_mb_predict_mv()
H A Dmacroblock.c1154 h->mb.cache.topright_ref[l][0] = ref[h->mb.left_b8[0] + 1 + s8x8*0]; in macroblock_cache_load()
1155 h->mb.cache.topright_ref[l][1] = ref[h->mb.left_b8[0] + 1 + s8x8*1]; in macroblock_cache_load()
1156 h->mb.cache.topright_ref[l][2] = ref[h->mb.left_b8[1] + 1 + s8x8*0]; in macroblock_cache_load()
1164 …h->mb.cache.topright_ref[l][0] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[0]… in macroblock_cache_load()
1165 …h->mb.cache.topright_ref[l][1] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[1]… in macroblock_cache_load()
1166 …h->mb.cache.topright_ref[l][2] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[2]… in macroblock_cache_load()
1226 MAP_F2F(topright_mv, topright_ref, 0)\ in macroblock_cache_load()
1227 MAP_F2F(topright_mv, topright_ref, 1)\ in macroblock_cache_load()
1228 MAP_F2F(topright_mv, topright_ref, 2)\ in macroblock_cache_load()
H A Dcommon.h647 int8_t topright_ref[2][3]; member
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmvpred.c54 i_refc = h->mb.cache.topright_ref[i_list][0]; in x264_mb_predict_mv()
59 i_refc = h->mb.cache.topright_ref[i_list][1]; in x264_mb_predict_mv()
64 i_refc = h->mb.cache.topright_ref[i_list][2]; in x264_mb_predict_mv()
H A Dmacroblock.c1154 h->mb.cache.topright_ref[l][0] = ref[h->mb.left_b8[0] + 1 + s8x8*0]; in macroblock_cache_load()
1155 h->mb.cache.topright_ref[l][1] = ref[h->mb.left_b8[0] + 1 + s8x8*1]; in macroblock_cache_load()
1156 h->mb.cache.topright_ref[l][2] = ref[h->mb.left_b8[1] + 1 + s8x8*0]; in macroblock_cache_load()
1164 …h->mb.cache.topright_ref[l][0] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[0]… in macroblock_cache_load()
1165 …h->mb.cache.topright_ref[l][1] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[1]… in macroblock_cache_load()
1166 …h->mb.cache.topright_ref[l][2] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[2]… in macroblock_cache_load()
1226 MAP_F2F(topright_mv, topright_ref, 0)\ in macroblock_cache_load()
1227 MAP_F2F(topright_mv, topright_ref, 1)\ in macroblock_cache_load()
1228 MAP_F2F(topright_mv, topright_ref, 2)\ in macroblock_cache_load()
H A Dcommon.h647 int8_t topright_ref[2][3]; member
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dmvpred.c55 i_refc = h->mb.cache.topright_ref[i_list][0]; in x264_mb_predict_mv()
60 i_refc = h->mb.cache.topright_ref[i_list][1]; in x264_mb_predict_mv()
65 i_refc = h->mb.cache.topright_ref[i_list][2]; in x264_mb_predict_mv()
H A Dmacroblock.c1224 h->mb.cache.topright_ref[l][0] = ref[h->mb.left_b8[0] + 1 + s8x8*0]; in x264_macroblock_cache_load()
1225 h->mb.cache.topright_ref[l][1] = ref[h->mb.left_b8[0] + 1 + s8x8*1]; in x264_macroblock_cache_load()
1226 h->mb.cache.topright_ref[l][2] = ref[h->mb.left_b8[1] + 1 + s8x8*0]; in x264_macroblock_cache_load()
1234 …h->mb.cache.topright_ref[l][0] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[0]… in x264_macroblock_cache_load()
1235 …h->mb.cache.topright_ref[l][1] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[0]… in x264_macroblock_cache_load()
1236 …h->mb.cache.topright_ref[l][2] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[2]… in x264_macroblock_cache_load()
1296 MAP_F2F(topright_mv, topright_ref, 0)\ in x264_macroblock_cache_load()
1297 MAP_F2F(topright_mv, topright_ref, 1)\ in x264_macroblock_cache_load()
1298 MAP_F2F(topright_mv, topright_ref, 2)\ in x264_macroblock_cache_load()
H A Dcommon.h901 int8_t topright_ref[2][3]; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dmvpred.c55 i_refc = h->mb.cache.topright_ref[i_list][0]; in x264_mb_predict_mv()
60 i_refc = h->mb.cache.topright_ref[i_list][1]; in x264_mb_predict_mv()
65 i_refc = h->mb.cache.topright_ref[i_list][2]; in x264_mb_predict_mv()
H A Dmacroblock.c1224 h->mb.cache.topright_ref[l][0] = ref[h->mb.left_b8[0] + 1 + s8x8*0]; in x264_macroblock_cache_load()
1225 h->mb.cache.topright_ref[l][1] = ref[h->mb.left_b8[0] + 1 + s8x8*1]; in x264_macroblock_cache_load()
1226 h->mb.cache.topright_ref[l][2] = ref[h->mb.left_b8[1] + 1 + s8x8*0]; in x264_macroblock_cache_load()
1234 …h->mb.cache.topright_ref[l][0] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[0]… in x264_macroblock_cache_load()
1235 …h->mb.cache.topright_ref[l][1] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[0]… in x264_macroblock_cache_load()
1236 …h->mb.cache.topright_ref[l][2] = ref[h->mb.left_b8[0] + 1 + s8x8*2 + s8x8*left_index_table->ref[2]… in x264_macroblock_cache_load()
1296 MAP_F2F(topright_mv, topright_ref, 0)\ in x264_macroblock_cache_load()
1297 MAP_F2F(topright_mv, topright_ref, 1)\ in x264_macroblock_cache_load()
1298 MAP_F2F(topright_mv, topright_ref, 2)\ in x264_macroblock_cache_load()
H A Dcommon.h901 int8_t topright_ref[2][3]; member
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dh264.c695 const int topright_ref= h->ref_cache[list][ i - 8 + part_width ]; in fetch_diagonal_mv() local
707 && (s->mb_y&1) && i < scan8[0]+8 && topright_ref != PART_NOT_AVAILABLE){ in fetch_diagonal_mv()
723 if(topright_ref == PART_NOT_AVAILABLE in fetch_diagonal_mv()
740 if(topright_ref != PART_NOT_AVAILABLE){ in fetch_diagonal_mv()
742 return topright_ref; in fetch_diagonal_mv()