Home
last modified time | relevance | path

Searched defs:first_pixel (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/compute/test/
Dtest_image1d.cpp54 compute::uchar_ first_pixel = 0; in BOOST_AUTO_TEST_CASE() local
Dtest_image2d.cpp142 compute::uchar4_ first_pixel; in BOOST_AUTO_TEST_CASE() local
/third_party/ffmpeg/libavcodec/
Dvp3dsp.c383 static av_always_inline void vp3_v_loop_filter_c(uint8_t *first_pixel, ptrdiff_t stride, in vp3_v_loop_filter_c()
400 static av_always_inline void vp3_h_loop_filter_c(uint8_t *first_pixel, ptrdiff_t stride, in vp3_h_loop_filter_c()
Dvp3.c2075 int plane, first_pixel; in render_slice() local
/third_party/ffmpeg/libavcodec/mips/
Dvp3dsp_idct_msa.c445 void ff_vp3_v_loop_filter_msa(uint8_t *first_pixel, ptrdiff_t stride, in ff_vp3_v_loop_filter_msa()
485 void ff_vp3_h_loop_filter_msa(uint8_t *first_pixel, ptrdiff_t stride, in ff_vp3_h_loop_filter_msa()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c833 const uint32_t first_pixel = _mesa_image_offset(dims, packing, w, h, in blorp_get_client_bo() local