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

  /external/elfutils/src/config/
ylwrap 115 # the DOS version of Bison writes out y_tab.c instead of y.tab.c
116 # and y_tab.h instead of y.tab.h. Test to see if this is the case.
118 if test -f y_tab.c || test -f y_tab.h; then
141 # Handle y_tab.c and y_tab.h output by DOS
144 "y.tab.c") from=y_tab.c;;
145 "y.tab.h") 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/libpcap/msdos/
makefile 69 ren y_tab.c grammar.c
70 ren y_tab.h tokdefs.h
makefile.dj 65 mv -f y_tab.c grammar.c
66 mv -f y_tab.h tokdefs.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 76 milliseconds