Searched refs:x_step (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | hevcdsp_mmi.c | 26 #define PUT_HEVC_QPEL_H(w, x_step, src_step, dst_step) \ argument 39 x = x_step; \ 95 "li %[x], " #x_step " \n\t" \ 123 #define PUT_HEVC_QPEL_HV(w, x_step, src_step, dst_step) \ argument 140 x = x_step; \ 196 "li %[x], " #x_step " \n\t" \ 216 x = x_step; \ 287 "li %[x], " #x_step " \n\t" \ 317 #define PUT_HEVC_QPEL_BI_H(w, x_step, src_step, src2_step, dst_step) \ argument 352 "li %[x], " #x_step " \n\t" \ [all …]
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_psnr_enc.c | 134 int width, int height, size_t x_step, in WebPPlaneDistortion() argument 141 src_stride < x_step * width || ref_stride < x_step * width || in WebPPlaneDistortion() 147 if (x_step != 1) { // extract a packed plane if needed in WebPPlaneDistortion() 158 tmp1[x + y * width] = src[x * x_step + y * src_stride]; in WebPPlaneDistortion() 159 tmp2[x + y * width] = ref[x * x_step + y * ref_stride]; in WebPPlaneDistortion() 231 int width, int height, size_t x_step, in WebPPlaneDistortion() argument 239 (void)x_step; in WebPPlaneDistortion()
|
D | picture_csp_enc.c | 46 int x_step, int y_step) { in CheckNonOpaque() argument 49 if (x_step == 1) { in CheckNonOpaque()
|
/third_party/mesa3d/src/util/format/ |
D | u_format.c | 657 unsigned x_step, y_step; in util_format_translate() local 689 x_step = MAX2(dst_format_desc->block.width, src_format_desc->block.width); in util_format_translate() 706 assert(x_step == 1); in util_format_translate() 749 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate() 780 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate() 811 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate() 841 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate()
|
/third_party/gstreamer/gstplugins_bad/gst/jp2kdecimator/ |
D | jp2kcodestream.c | 206 it->cur_x += it->x_step - (it->cur_x % it->x_step); in packet_iterator_next_rpcl() 281 it->cur_x += it->x_step - (it->cur_x % it->x_step); in packet_iterator_next_pcrl() 349 it->cur_x += it->x_step - (it->cur_x % it->x_step); in packet_iterator_next_cprl() 429 it->x_step = it->y_step = 0; in init_packet_iterator() 452 if (it->x_step == 0 || it->x_step > xs) in init_packet_iterator() 453 it->x_step = xs; in init_packet_iterator()
|
D | jp2kcodestream.h | 174 gint x_step, y_step; member
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | encode.h | 409 size_t x_step,
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1143 const glw::GLfloat x_step = 2.0f / ((glw::GLfloat)(n_layers * 3)); in preparePositionForFace() local 1144 const glw::GLfloat x_mid_step = x_step / 2.0f; in preparePositionForFace() 1148 const glw::GLfloat x_left = -1.0f + x_mid_step + ((glw::GLfloat)x_offset_for_face) * x_step; in preparePositionForFace() 1149 const glw::GLfloat x_middle = x_left + x_step; in preparePositionForFace() 1150 const glw::GLfloat x_right = x_middle + x_step; in preparePositionForFace() 1325 const glw::GLfloat x_step = 2.0f / x_range; in prepareTextureCoordinatesForFace() local 1328 const glw::GLfloat x_mid_step = x_step / 2.0f; in prepareTextureCoordinatesForFace() 1434 const glw::GLfloat x_step = 2.0f / x_range; in prepareTextureCoordinatesForGatherForFace() local 1437 const glw::GLfloat x_mid_step = x_step / 2.0f; in prepareTextureCoordinatesForGatherForFace() 1440 const glw::GLfloat left = -1.0f + x_mid_step + x_step; in prepareTextureCoordinatesForGatherForFace() [all …]
|