Home
last modified time | relevance | path

Searched refs:step_prev (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/libgav1/libgav1-0.17.0/src/post_filter/
H A Ddeblock.cc147 const int step_prev = in GetHorizontalDeblockFilterEdgeInfo() local
149 *filter_length = std::min(*step, step_prev); in GetHorizontalDeblockFilterEdgeInfo()
209 const int step_prev = kTransformHeight[bp_prev->uv_transform_size]; in GetHorizontalDeblockFilterEdgeInfoUV() local
210 *filter_length = std::min(*step, step_prev); in GetHorizontalDeblockFilterEdgeInfoUV()
237 const int step_prev = in GetVerticalDeblockFilterEdgeInfo() local
239 *filter_length = std::min(*step, step_prev); in GetVerticalDeblockFilterEdgeInfo()
294 const int step_prev = kTransformWidth[bp_prev->uv_transform_size]; in GetVerticalDeblockFilterEdgeInfoUV() local
295 *filter_length = std::min(*step, step_prev); in GetVerticalDeblockFilterEdgeInfoUV()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/post_filter/
H A Ddeblock.cc147 const int step_prev = in GetHorizontalDeblockFilterEdgeInfo() local
149 *filter_length = std::min(*step, step_prev); in GetHorizontalDeblockFilterEdgeInfo()
209 const int step_prev = kTransformHeight[bp_prev->uv_transform_size]; in GetHorizontalDeblockFilterEdgeInfoUV() local
210 *filter_length = std::min(*step, step_prev); in GetHorizontalDeblockFilterEdgeInfoUV()
237 const int step_prev = in GetVerticalDeblockFilterEdgeInfo() local
239 *filter_length = std::min(*step, step_prev); in GetVerticalDeblockFilterEdgeInfo()
294 const int step_prev = kTransformWidth[bp_prev->uv_transform_size]; in GetVerticalDeblockFilterEdgeInfoUV() local
295 *filter_length = std::min(*step, step_prev); in GetVerticalDeblockFilterEdgeInfoUV()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dwince.c149 unsigned long step_prev; member
806 memory_remove_breakpoint (th->step_pc, (void *) &th->step_prev); in undoSStep()
828 th->step_prev = 0; in wince_software_single_step()
829 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step()
942 memory_remove_breakpoint (th->step_pc, (void *) &th->step_prev); in undoSStep()
966 th->step_prev = 0; in wince_software_single_step()
967 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step()
994 memory_remove_breakpoint (th->step_pc, (void *) &th->step_prev); in undoSStep()
1016 th->step_prev = 0; in wince_software_single_step()
1017 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dwince.c149 unsigned long step_prev; member
806 memory_remove_breakpoint (th->step_pc, (void *) &th->step_prev); in undoSStep()
828 th->step_prev = 0; in wince_software_single_step()
829 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step()
942 memory_remove_breakpoint (th->step_pc, (void *) &th->step_prev); in undoSStep()
966 th->step_prev = 0; in wince_software_single_step()
967 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step()
994 memory_remove_breakpoint (th->step_pc, (void *) &th->step_prev); in undoSStep()
1016 th->step_prev = 0; in wince_software_single_step()
1017 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step()
/dports/audio/din/din-52/src/
H A Dbinaural_drone.cc61 float* step_prev [] = {&l_step_prev, &r_step_prev}; in set_hz() local
67 float& step_prev_i = *step_prev[i]; in set_hz()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/
H A Denxio.cpp86 int step_prev; /* Previous step */ member
728 ef->eo.step_prev = fr->step; in do_eheader()
733 fr->nsteps = fr->step - ef->eo.step_prev; in do_eheader()
914 fr->nsum = fr->step - ener_old->step_prev; in convert_full_sums()
950 ener_old->step_prev = fr->step; in convert_full_sums()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/post_filter/
H A Ddeblock.cc123 const int step_prev = (type == kLoopFilterTypeHorizontal) in GetDeblockFilterEdgeInfo() local
126 *filter_length = std::min(*step, step_prev); in GetDeblockFilterEdgeInfo()
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/aloadimage/
H A Daloadimage.c489 static bool step_prev(struct draw_state* state) in step_prev() function
528 {"PREV", "Step to previous entry in playlist", TUIK_H, step_prev},
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/aloadimage/
H A Daloadimage.c489 static bool step_prev(struct draw_state* state) in step_prev() function
528 {"PREV", "Step to previous entry in playlist", TUIK_H, step_prev},
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/aloadimage/
H A Daloadimage.c489 static bool step_prev(struct draw_state* state) in step_prev() function
528 {"PREV", "Step to previous entry in playlist", TUIK_H, step_prev},
/dports/x11/aclip/arcan-0.6.1/src/tools/aloadimage/
H A Daloadimage.c489 static bool step_prev(struct draw_state* state) in step_prev() function
528 {"PREV", "Step to previous entry in playlist", TUIK_H, step_prev},
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A DChangeLog-20062679 * wince.c (struct thread_info_struct): Remove step_prev.
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-20062677 * wince.c (struct thread_info_struct): Remove step_prev.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A DChangeLog-20062679 * wince.c (struct thread_info_struct): Remove step_prev.