OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u1_B
(Results
1 - 3
of
3
) sorted by null
/external/libavc/decoder/
ih264d_thread_parse_decode.c
209
UWORD32 u1_slice_type,
u1_B
;
219
u1_B
= (u1_slice_type == B_SLICE);
222
(
u1_B
? B_8x8 : PRED_8x8R0) : -1);
224
u1_ipcm_th = ((u1_slice_type != I_SLICE) ? (
u1_B
? 23 : 5) : 0);
ih264d_thread_compute_bs.c
393
UWORD32 u1_slice_type,
u1_B
;
503
u1_B
= (u1_slice_type == B_SLICE);
506
(
u1_B
? B_8x8 : PRED_8x8R0) : -1);
508
u1_ipcm_th = ((u1_slice_type != I_SLICE) ? (
u1_B
? 23 : 5) : 0);
ih264d_structs.h
783
UWORD8
u1_B
; /** if B slice
u1_B
= 1 else 0 */
[
all
...]
Completed in 162 milliseconds