HomeSort by relevance Sort by last modified time
    Searched defs:bwl (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
rx-parse.y 140 %type <regno> flag bwl bw memex
458 | PUSH bwl REG
513 | SUNTIL bwl
515 | SWHILE bwl
517 | SSTR bwl
522 | RMPA bwl
544 | MOV bwl REG ',' EXPR '[' REG ']'
552 | MOV bwl EXPR '[' REG ']' ',' REG
566 | MOV bwl REG ',' '[' REG ']'
571 | MOV bwl '[' REG ']' ',' disp '[' REG ']
918 bwl : { $$ = LSIZE; } label
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconintra.c 443 const int bwl = bwl_in - tx_size; local
444 const int wmask = (1 << bwl) - 1;
445 const int have_top = (block_idx >> bwl) || xd->up_available;
451 assert(bwl >= 0);
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.c 48 static int bwl[] = variable
87 /* This is for the BWL and BW bitfields. */
102 *D standard displacement: type (r,[r],dsp8,dsp16 code), register, BWL code
111 #define DD(t,r,s) rx_disp (0, t, r, bwl[s], ld);
119 #define SD(t,r,s) rx_disp (1, t, r, bwl[s], ld);
128 #define S2D(t,r,s) rx_disp (2, t, r, bwl[s], ld);
133 #define BWL(sz) rx->op[0].size = rx->op[1].size = rx->op[2].size = rx->size = bwl[sz]
278 BWL(LSIZE);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 294 const int bwl = b_width_log2_lookup[plane_bsize]; local
295 const int tx_cols_log2 = bwl - tx_size;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 778 const int bwl = b_width_log2_lookup[plane_bsize]; local
779 const int diff_stride = 4 * (1 << bwl);
805 vp9_predict_intra_block(xd, bwl, tx_size, mode, x->skip_encode ? src : dst,
    [all...]
vp9_rdopt.c 2285 int bwl = b_width_log2_lookup[bsize]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.c 489 const int bwl = b_width_log2(plane_bsize); local
490 const int diff_stride = 4 * (1 << bwl);
506 vp9_predict_intra_block(xd, block >> 6, bwl, TX_32X32, mode,
526 vp9_predict_intra_block(xd, block >> 4, bwl, TX_16X16, mode,
546 vp9_predict_intra_block(xd, block >> 2, bwl, TX_8X8, mode,
566 vp9_predict_intra_block(xd, block, bwl, TX_4X4, mode,
vp9_rdopt.c 2431 int bwl = b_width_log2_lookup[bsize]; local
    [all...]

Completed in 1108 milliseconds