Home
last modified time | relevance | path

Searched defs:topright (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264pred.c56 static void pred4x4_127_dc_c(uint8_t *src, const uint8_t *topright, in pred4x4_127_dc_c()
68 static void pred4x4_129_dc_c(uint8_t *src, const uint8_t *topright, in pred4x4_129_dc_c()
80 static void pred4x4_vertical_vp8_c(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_vp8_c()
97 static void pred4x4_horizontal_vp8_c(uint8_t *src, const uint8_t *topright, in pred4x4_horizontal_vp8_c()
109 static void pred4x4_down_left_svq3_c(uint8_t *src, const uint8_t *topright, in pred4x4_down_left_svq3_c()
133 static void pred4x4_down_left_rv40_c(uint8_t *src, const uint8_t *topright, in pred4x4_down_left_rv40_c()
160 const uint8_t *topright, in pred4x4_down_left_rv40_nodown_c()
185 static void pred4x4_vertical_left_rv40(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_left_rv40()
211 static void pred4x4_vertical_left_rv40_c(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_left_rv40_c()
221 const uint8_t *topright, in pred4x4_vertical_left_rv40_nodown_c()
[all …]
Dh264pred_template.c170 const pixel *topright = (const pixel*)_topright; in FUNCC() local
227 const pixel *topright = (const pixel*)_topright; in FUNCC() local
Dh264_mb.c673 uint8_t *topright; in hl_decode_mb_predict_luma() local
Dsvq3.c643 uint8_t *topright; in hl_decode_mb_predict_luma() local
Dvp8.c1713 uint8_t *topright = ptr + 4 - s->linesize; in intra_predict() local
/third_party/ffmpeg/tests/checkasm/
Dh264pred.c146 uint8_t *topright = buf0 + 2*16; in check_pred4x4() local
/third_party/ffmpeg/libavcodec/mips/
Dh264pred_mmi.c435 void ff_pred4x4_dc_8_mmi(uint8_t *src, const uint8_t *topright, in ff_pred4x4_dc_8_mmi()
/third_party/ffmpeg/libavfilter/
Dvf_delogo.c108 uint8_t *topleft, *botleft, *topright; in apply_delogo() local
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp8372 …iredCase::getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright, in getRawDataFromPixelData()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp82436 static nsIAtom* topright; member in nsGkAtoms