Home
last modified time | relevance | path

Searched refs:pixel_x (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmsvideo1.c92 int pixel_x, pixel_y; /* pixel width and height iterators */ in msvideo1_decode_8bit() local
148 for (pixel_x = 0; pixel_x < 4; pixel_x++, flags >>= 1) in msvideo1_decode_8bit()
161 for (pixel_x = 0; pixel_x < 4; pixel_x++, flags >>= 1) in msvideo1_decode_8bit()
164 (pixel_x & 0x2) + ((flags & 0x1) ^ 1)]; in msvideo1_decode_8bit()
172 for (pixel_x = 0; pixel_x < in msvideo1_decode_8bit()
192 int pixel_x, pixel_y; /* pixel width and height iterators */ msvideo1_decode_16bit() local
[all...]
H A Dsmc.c103 int pixel_x, pixel_y; in smc_decode_stream() local
177 for (pixel_x = 0; pixel_x < 4; pixel_x++) { in smc_decode_stream()
224 for (pixel_x = 0; pixel_x < 4; pixel_x++) { in smc_decode_stream()
243 for (pixel_x = 0; pixel_x < 4; pixel_x in smc_decode_stream()
[all...]
H A Drpza.c87 int pixel_x, pixel_y; in rpza_decode_stream() local
156 for (pixel_x = 0; pixel_x < 4; pixel_x++){ in rpza_decode_stream()
203 for (pixel_x = 0; pixel_x < 4; pixel_x++){ in rpza_decode_stream()
204 uint8_t idx = (index >> (2 * (3 - pixel_x))) & 0x03; in rpza_decode_stream()
221 for (pixel_x = 0; pixel_x < in rpza_decode_stream()
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp166 this->pixel_x = vgrf(glsl_type::uint_type); in emit_interpolation_setup_gfx4()
168 this->pixel_x.type = BRW_REGISTER_TYPE_UW; in emit_interpolation_setup_gfx4()
170 abld.ADD(this->pixel_x, in emit_interpolation_setup_gfx4()
188 quarter(this->pixel_x, i), xstart); in emit_interpolation_setup_gfx4()
193 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart); in emit_interpolation_setup_gfx4()
288 this->pixel_x = vgrf(glsl_type::float_type); in emit_interpolation_setup_gfx6()
410 hbld.MOV(offset(pixel_x, hbld, i), horiz_stride(int_pixel_x, 2)); in emit_interpolation_setup_gfx6()
432 hbld.emit(FS_OPCODE_PIXEL_X, offset(pixel_x, hbld, i), int_pixel_xy, in emit_interpolation_setup_gfx6()
459 hbld.MOV(offset(pixel_x, hbld, i), int_pixel_x); in emit_interpolation_setup_gfx6()
482 abld.ADD(float_pixel_x, this->pixel_x, negat in emit_interpolation_setup_gfx6()
[all...]
H A Dbrw_fs.h413 fs_reg pixel_x; member in fs_visitor
H A Dbrw_fs_nir.cpp3322 bld.MOV(offset(coords, bld, 0), pixel_x);
H A Dbrw_fs.cpp402 * pixel_x/pixel_y, which are registers of 16-bit values and thus in has_source_and_destination_hazard()
1161 bld.MOV(wpos, this->pixel_x);
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c96 unsigned i, pixel, pixel_y, pixel_x, sample; in gm200_validate_sample_locations() local
114 unsigned pixel_x = pixel % hw_grid_width; in gm200_validate_sample_locations() local
117 unsigned ri = (pixel_y * grid_width + pixel_x % grid_width); in gm200_validate_sample_locations()
138 for (pixel_x = 0; pixel_x < 2; pixel_x++) { in gm200_validate_sample_locations()
140 unsigned write_index = (pixel_y * 2 + pixel_x) * 8 + sample; in gm200_validate_sample_locations()
143 read_index += pixel_x % grid_width; in gm200_validate_sample_locations()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/java/com/google/oboe/samples/rhythmgame/
H A DGameSurfaceView.java27 public static native void native_onTouchInput(int eventType, long timeSinceBootMs, int pixel_x, int pixel_y); in native_onTouchInput() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H A Dnative-lib.cpp68 jint pixel_x, in Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput()
64 Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput(JNIEnv *env, jclass type, jint event_type, jlong time_since_boot_ms, jint pixel_x, jint pixel_y) Java_com_google_oboe_samples_rhythmgame_GameSurfaceView_native_1onTouchInput() argument
/third_party/skia/platform_tools/libraries/include/
H A Darcore_c_api.h1425 /// @param[in] pixel_x Logical X position within the view, as from an
1433 float pixel_x,
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c2181 unsigned pixel_x = pixel % grid_size.width; in zink_update_vk_sample_locations() local
2184 unsigned ri = (pixel_y * grid_size.width + pixel_x % grid_size.width); in zink_update_vk_sample_locations()

Completed in 28 milliseconds