Lines Matching refs:cw
107 static int ixheaacd_rvlc_decode(short cw, int len, int *found) { in ixheaacd_rvlc_decode() argument
112 if (cw == 0) in ixheaacd_rvlc_decode()
118 switch (cw) { in ixheaacd_rvlc_decode()
130 if (cw == 9) in ixheaacd_rvlc_decode()
136 switch (cw) { in ixheaacd_rvlc_decode()
148 switch (cw) { in ixheaacd_rvlc_decode()
160 switch (cw) { in ixheaacd_rvlc_decode()
175 switch (cw) { in ixheaacd_rvlc_decode()
187 switch (cw) { in ixheaacd_rvlc_decode()
205 static int ixheaacd_rvlc_decode_esc(int cw, int len, int *found) { in ixheaacd_rvlc_decode_esc() argument
210 switch (cw) { in ixheaacd_rvlc_decode_esc()
222 switch (cw) { in ixheaacd_rvlc_decode_esc()
234 if (cw == 14) in ixheaacd_rvlc_decode_esc()
240 switch (cw) { in ixheaacd_rvlc_decode_esc()
255 switch (cw) { in ixheaacd_rvlc_decode_esc()
273 switch (cw) { in ixheaacd_rvlc_decode_esc()
285 switch (cw) { in ixheaacd_rvlc_decode_esc()
297 switch (cw) { in ixheaacd_rvlc_decode_esc()
309 switch (cw) { in ixheaacd_rvlc_decode_esc()
321 switch (cw) { in ixheaacd_rvlc_decode_esc()
336 if (cw == 1848) in ixheaacd_rvlc_decode_esc()
342 if (cw == 3698) in ixheaacd_rvlc_decode_esc()
348 if (cw == 7399) in ixheaacd_rvlc_decode_esc()
354 if (cw == 14797) in ixheaacd_rvlc_decode_esc()
360 if ((cw >= 236736) && (cw <= 236740)) in ixheaacd_rvlc_decode_esc()
361 indx = 53 - (236740 - cw); in ixheaacd_rvlc_decode_esc()
366 if ((cw >= 473482) && (cw <= 473503)) in ixheaacd_rvlc_decode_esc()
367 indx = 48 - (473503 - cw); in ixheaacd_rvlc_decode_esc()