Home
last modified time | relevance | path

Searched refs:topright (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dh264pred.c146 uint8_t *topright = buf0 + 2*16; in check_pred4x4() local
148 …V_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *src, const uint8_t *topright, ptrdiff_t stride… in check_pred4x4()
153 call_ref(src0, topright, 12*SIZEOF_PIXEL); in check_pred4x4()
154 call_new(src1, topright, 12*SIZEOF_PIXEL); in check_pred4x4()
157 bench_new(src1, topright, 12*SIZEOF_PIXEL); in check_pred4x4()
207 …declare_func_emms(AV_CPU_FLAG_MMXEXT, void, uint8_t *src, int topleft, int topright, ptrdiff_t str… in check_pred8x8l()
/third_party/ffmpeg/libavcodec/
Dh264pred.c56 static void pred4x4_127_dc_c(uint8_t *src, const uint8_t *topright, in pred4x4_127_dc_c() argument
68 static void pred4x4_129_dc_c(uint8_t *src, const uint8_t *topright, in pred4x4_129_dc_c() argument
80 static void pred4x4_vertical_vp8_c(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_vp8_c() argument
97 static void pred4x4_horizontal_vp8_c(uint8_t *src, const uint8_t *topright, in pred4x4_horizontal_vp8_c() argument
109 static void pred4x4_down_left_svq3_c(uint8_t *src, const uint8_t *topright, in pred4x4_down_left_svq3_c() argument
133 static void pred4x4_down_left_rv40_c(uint8_t *src, const uint8_t *topright, in pred4x4_down_left_rv40_c() argument
160 const uint8_t *topright, in pred4x4_down_left_rv40_nodown_c() argument
185 static void pred4x4_vertical_left_rv40(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_left_rv40() argument
211 static void pred4x4_vertical_left_rv40_c(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_left_rv40_c() argument
217 pred4x4_vertical_left_rv40(src, topright, stride, l0, l1, l2, l3, l4); in pred4x4_vertical_left_rv40_c()
[all …]
Dh264pred.h95 void(*pred4x4[9 + 3 + 3])(uint8_t *src, const uint8_t *topright,
97 void(*pred8x8l[9 + 3])(uint8_t *src, int topleft, int topright,
107 … int16_t *block /*align 16*/, int topleft, int topright, ptrdiff_t stride);
Dh264pred_template.c34 static void FUNCC(pred4x4_vertical)(uint8_t *_src, const uint8_t *topright, in FUNCC()
47 static void FUNCC(pred4x4_horizontal)(uint8_t *_src, const uint8_t *topright, in FUNCC()
58 static void FUNCC(pred4x4_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC()
73 static void FUNCC(pred4x4_left_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC()
87 static void FUNCC(pred4x4_top_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC()
101 static void FUNCC(pred4x4_128_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC()
116 const unsigned av_unused t4 = topright[0];\
117 const unsigned av_unused t5 = topright[1];\
118 const unsigned av_unused t6 = topright[2];\
119 const unsigned av_unused t7 = topright[3];\
[all …]
Dh264_mb.c673 uint8_t *topright; in hl_decode_mb_predict_luma() local
682 topright = (uint8_t *)&tr_high; in hl_decode_mb_predict_luma()
685 topright = (uint8_t *)&tr; in hl_decode_mb_predict_luma()
688 topright = ptr + (4 << pixel_shift) - linesize; in hl_decode_mb_predict_luma()
690 topright = NULL; in hl_decode_mb_predict_luma()
692 h->hpc.pred4x4[dir](ptr, topright, linesize); in hl_decode_mb_predict_luma()
Dsvq3.c643 uint8_t *topright; in hl_decode_mb_predict_luma() local
647 topright = ptr + 4 - linesize; in hl_decode_mb_predict_luma()
649 topright = NULL; in hl_decode_mb_predict_luma()
651 s->hpc.pred4x4[dir](ptr, topright, linesize); in hl_decode_mb_predict_luma()
Dvp8.c1713 uint8_t *topright = ptr + 4 - s->linesize; in intra_predict() local
1721 topright = tr_top; in intra_predict()
1723 topright = tr_right; in intra_predict()
1753 s->hpc.pred4x4[mode](dst, topright, linesize); in intra_predict()
1770 topright += 4; in intra_predict()
/third_party/ffmpeg/libavfilter/
Dvf_delogo.c108 uint8_t *topleft, *botleft, *topright; in apply_delogo() local
124 topright = src+logo_y1 * src_linesize+logo_x2; in apply_delogo()
137 right_sample = topright[src_linesize*(y-logo_y1)] + in apply_delogo()
138 topright[src_linesize*(y-logo_y1-1)] + in apply_delogo()
139 topright[src_linesize*(y-logo_y1+1)]; in apply_delogo()
/third_party/ffmpeg/libavcodec/mips/
Dh264pred_mips.h36 void ff_pred4x4_dc_8_mmi(uint8_t *src, const uint8_t *topright,
Dh264pred_mmi.c435 void ff_pred4x4_dc_8_mmi(uint8_t *src, const uint8_t *topright, in ff_pred4x4_dc_8_mmi() argument
/third_party/ffmpeg/libavcodec/x86/
Dh264_intrapred_10bit.asm54 ; void ff_pred4x4_down_right_10(pixel *src, const pixel *topright,
93 ; void ff_pred4x4_vertical_right_10(pixel *src, const pixel *topright,
133 ; void ff_pred4x4_horizontal_down_10(pixel *src, const pixel *topright,
176 ; void ff_pred4x4_dc_10(pixel *src, const pixel *topright, ptrdiff_t stride)
201 ; void ff_pred4x4_down_left_10(pixel *src, const pixel *topright,
232 ; void ff_pred4x4_vertical_left_10(pixel *src, const pixel *topright,
262 ; void ff_pred4x4_horizontal_up_10(pixel *src, const pixel *topright,
Dh264_intrapred.asm1744 ; void ff_pred4x4_dc_8_mmxext(uint8_t *src, const uint8_t *topright,
1775 ; void ff_pred4x4_tm_vp8_8_mmxext(uint8_t *src, const uint8_t *topright,
1841 ; void ff_pred4x4_vertical_vp8_8_mmxext(uint8_t *src, const uint8_t *topright,
1862 ; void ff_pred4x4_down_left_8_mmxext(uint8_t *src, const uint8_t *topright,
1889 ; void ff_pred4x4_vertical_left_8_mmxext(uint8_t *src, const uint8_t *topright,
1915 ; void ff_pred4x4_horizontal_up_8_mmxext(uint8_t *src, const uint8_t *topright,
1950 ; const uint8_t *topright,
1987 ; const uint8_t *topright,
2018 ; void ff_pred4x4_down_right_8_mmxext(uint8_t *src, const uint8_t *topright,
Dh264_intrapred_init.c32 const uint8_t *topright, \
/third_party/skia/third_party/externals/oboe/docs/reference/
Ddoxygen.css635 -moz-border-radius-topright: 4px;
990 -moz-border-radius-topright: 4px;
/third_party/libevdev/doc/html/
Ddoxygen.css697 -moz-border-radius-topright: 4px;
1052 -moz-border-radius-topright: 4px;
/third_party/ffmpeg/doc/
Dsnow.txt107 s_context= 2*left->level + 2*top->level + topleft->level + topright->level
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp6344 …bool getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright, Pix…
8372 …iredCase::getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright, in getRawDataFromPixelData() argument
8381 const PixelData* pixels[] = { &bottomleft, &bottomright, &topleft, &topright }; in getRawDataFromPixelData()
8386 DE_ASSERT(topleft.data_internalformat == topright.data_internalformat); in getRawDataFromPixelData()
8389 DE_ASSERT(topleft.data_type == topright.data_type); in getRawDataFromPixelData()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82436 static nsIAtom* topright; member in nsGkAtoms