HomeSort by relevance Sort by last modified time
    Searched refs:y_tab (Results 1 - 5 of 5) sorted by null

  /external/elfutils/src/
ylwrap 82 # the DOS version of Bison writes out y_tab.c instead of y.tab.c
83 # and y_tab.h instead of y.tab.h. Test to see if this is the case.
85 if test -f y_tab.c || test -f y_tab.h; then
97 # Handle y_tab.c and y_tab.h output by DOS
100 from="y_tab.c"
103 from="y_tab.h"
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp 76 int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ local
91 y_tab = Ytab[comp];
106 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[0][y_tab] : mid_gray;
114 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
122 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
132 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
246 int y_offset, x_offset, x_tab, y_tab; /* speedup coefficients */ local
251 y_tab = Ytab[comp];
264 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[0][y_tab] : mid_gray;
272 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray
    [all...]
  /external/bison/build-aux/
ylwrap 122 # the DOS version of Bison writes out y_tab.c instead of y.tab.c
123 # and y_tab.h instead of y.tab.h. Test to see if this is the case.
125 if test -f y_tab.c || test -f y_tab.h; then
137 # Handle y_tab.c and y_tab.h output by DOS
140 from="y_tab.c"
143 from="y_tab.h"
  /external/elfutils/config/
ylwrap 120 # the DOS version of Bison writes out y_tab.c instead of y.tab.c
121 # and y_tab.h instead of y.tab.h. Test to see if this is the case.
123 if test -f y_tab.c || test -f y_tab.h; then
135 # Handle y_tab.c and y_tab.h output by DOS
138 from="y_tab.c"
141 from="y_tab.h"
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2062 Int y_offset, x_offset, x_tab, y_tab, z_tab; \/* speedup coefficients *\/ local
    [all...]

Completed in 77 milliseconds