Searched refs:first_pixel (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp3dsp.c | 386 static av_always_inline void vp3_v_loop_filter_c(uint8_t *first_pixel, ptrdiff_t stride, in vp3_v_loop_filter_c() argument 393 for (end = first_pixel + count; first_pixel < end; first_pixel++) { in vp3_v_loop_filter_c() 394 filter_value = (first_pixel[2 * nstride] - first_pixel[stride]) + in vp3_v_loop_filter_c() 395 (first_pixel[0] - first_pixel[nstride]) * 3; in vp3_v_loop_filter_c() 398 first_pixel[nstride] = av_clip_uint8(first_pixel[nstrid in vp3_v_loop_filter_c() 403 vp3_h_loop_filter_c(uint8_t *first_pixel, ptrdiff_t stride, int *bounding_values, int count) vp3_h_loop_filter_c() argument [all...] |
H A D | vp3dsp.h | 50 void ff_vp3dsp_v_loop_filter_12(uint8_t *first_pixel, ptrdiff_t stride, int *bounding_values); 51 void ff_vp3dsp_h_loop_filter_12(uint8_t *first_pixel, ptrdiff_t stride, int *bounding_values);
|
H A D | vp3.c | 2079 int plane, first_pixel; in render_slice() local 2129 first_pixel = 8 * y * stride + 8 * x; in render_slice() 2145 motion_source += first_pixel; in render_slice() 2210 output_plane + first_pixel, in render_slice() 2216 s->vp3dsp.put_no_rnd_pixels_l2(output_plane + first_pixel, in render_slice() 2228 s->vp3dsp.idct_put(output_plane + first_pixel, in render_slice() 2234 s->vp3dsp.idct_add(output_plane + first_pixel, in render_slice() 2238 s->vp3dsp.idct_dc_add(output_plane + first_pixel, in render_slice() 2245 output_plane + first_pixel, in render_slice() 2246 last_plane + first_pixel, in render_slice() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp3dsp_mips.h | 30 void ff_vp3_v_loop_filter_msa(uint8_t *first_pixel, ptrdiff_t stride, 34 void ff_vp3_h_loop_filter_msa(uint8_t *first_pixel, ptrdiff_t stride,
|
H A D | vp3dsp_idct_msa.c | 445 void ff_vp3_v_loop_filter_msa(uint8_t *first_pixel, ptrdiff_t stride, in ff_vp3_v_loop_filter_msa() argument 460 LD_SB4(first_pixel + nstride * 2, stride, d0, d1, d2, d3); in ff_vp3_v_loop_filter_msa() 480 /* Final move to first_pixel */ in ff_vp3_v_loop_filter_msa() 481 ST_D1(d1, 0, first_pixel + nstride); in ff_vp3_v_loop_filter_msa() 482 ST_D1(d2, 0, first_pixel); 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() argument 499 LD_SB8(first_pixel - 2, stride, d0, d1, d2, d3, d4, d5, d6, d7); in ff_vp3_h_loop_filter_msa() 523 /* Final move to first_pixel */ in ff_vp3_h_loop_filter_msa() 524 ST_H4(d1, 0, 1, 2, 3, first_pixel - 1, stride); in ff_vp3_h_loop_filter_msa() 525 ST_H4(d2, 0, 1, 2, 3, first_pixel in ff_vp3_h_loop_filter_msa() [all...] |
/third_party/backends/backend/ |
H A D | hp4200.h | 230 int first_pixel; /* first pixel in the line to be scanned */ member
|
H A D | hp4200.c | 1411 data_pixels_start = 0x72 + s->runtime_parms.first_pixel * hdpi_div; in do_fine_calibration() 1891 data_pixels_start = 0x72 + s->runtime_parms.first_pixel * hdpi_div; in prepare_for_a_scan() 2861 s->runtime_parms.first_pixel = floor (opt_tl_x / MM_PER_INCH * resolution); in compute_parameters()
|
Completed in 12 milliseconds